Hello everyone!
Only recently (I think), whenever I load up phpmyadmin to do some database maintenance, I find that, after logging in, there's some red text at the bottom of the screen that says this:
Quote:
|
The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
|
I am using phpmyadmin version 2.6.1-pl2, MySQL version 4.1.10-standard, and PHP version 5.0.3. The MySQL charset is UTF-8 Unicode.
I did a little bit of research on PHP's website into the multibyte char library, and it looks like this is something that comes standard on every installation of PHP - it only requires activation at time of compilation. However, I could not determine how to set up the multibyte character function library in a post-installation environment. Is there some setting in the php.ini file that can be changed to enable multibye char support? Will I need to reconfigure and recompile PHP to enable it?
And guidance and suggestions are much appreciated!
