scarhand Posted February 11, 2009 Share Posted February 11, 2009 I just installed the newest version of PHP and the newest version of mysql with the newest version of apache, and the newest version of phpmyadmin phpmyadmin is giving me these errors: The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.31. This may cause unpredictable behavior. how do i fix? Link to comment https://forums.phpfreaks.com/topic/144704-2-phpmyadmin-errors/ Share on other sites More sharing options...
printf Posted February 11, 2009 Share Posted February 11, 2009 Go to the directory where you have your PHP.INI file and uncomment that extension in that file... extension=php_mbstring.dll Then restart your server! Link to comment https://forums.phpfreaks.com/topic/144704-2-phpmyadmin-errors/#findComment-759332 Share on other sites More sharing options...
scarhand Posted February 11, 2009 Author Share Posted February 11, 2009 I fixed the first one but now i sitll get this: Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.31. This may cause unpredictable behavior. Link to comment https://forums.phpfreaks.com/topic/144704-2-phpmyadmin-errors/#findComment-759333 Share on other sites More sharing options...
sitter Posted February 11, 2009 Share Posted February 11, 2009 Here same error after fresh server installation. Read that PHP could cause the problem [???]. Can it be that the "extension=php_mysql.dll" or the "extension=php_mysqli.dll" in PHP [see php.ini] are not updated/old? Link to comment https://forums.phpfreaks.com/topic/144704-2-phpmyadmin-errors/#findComment-759632 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.