I installed different versions of PHP and MySQL on the wampserver server for testing. However, phpMyAdmin gives a warning that: "Your PHP MySQL version 5.0.51a library is different from MySQL version 5.1.36, which may lead to unpredictable behavior."
Will this cause problems? If yes, what to do?
I cannot configure a password for my root account. Usually, when changing the password of the root account, phpMyAdmin gives an error. After that, setting the password in the config.inc.php file does the job. But the problem with me is that I am not getting this error screen at all. Even when I change the password, it still gives the same warning that the password for the root account is not set.
source
share