Unpredictable behavior due to different versions of MySQL

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.

+3
source share
4 answers

No, this should not be a problem. I have very little respect for phpMyAdmin as a system. I have never experienced problems using different versions of client / server with MySQL, and we used them on a large scale in production.

I do not believe a word about it. If phpmyadmin talks about this, this does not necessarily mean that it is true.

MySQL client / server versions are pretty much compatible unless you look at very old versions of any of them (e.g. <5.0)

+2
source

If you use this computer only for development (it seems you do: "for testing purposes"), I do not think this should be a big problem.

- , .
( 4.0 4.1, , ... 5.0 5.1, )

"", , PHP... , PHP 5.2 (5.2.10) libmysql 5.1...
, , - ^^

MySQL 5.0.x; , , .

0

, :

  • 32- Windows 2008
  • PHP 5.2.14
  • MySQL 5.1.49
  • phpMyAdmin 3.3.5

, " PHP MySQL- 5.0.51a MySQL 5.1.36, ". :

  • IIS
  • "C:\Program Files\PHP\libmysql.dll"
  • "C:\Program Files\MySQL\MySQL Server 5.1\bin\libmySQL.dll" "C:\Program Files\PHP \"
  • IIS

, php-cgi ...

0

: - , mysql 5.1.x, .

msg, :

  • phpMyAdmin , , mysql ( , ), . , . , MySQL . , MySQL PHP. Lem9 sais: hoi, .

  • win libmysql.dll ...\mysql\bin\ windir\system32 ( ). libmysql .

  • : goto% windir%\system32 \ libmysql.dll libmysql.bak( ) copy path2\mysql\bin\libmysql.dll% windir%\system32\

  • , XAMPP (xampp.org), MySQL.

  • , , libmysql ( mysql/bin/) .

: https://sourceforge.net/search/?words=unpredictable+behavior.&offset=25&group_id=23067&type_of_search=forums&group_forum_id=72909

0

Source: https://habr.com/ru/post/1714155/


All Articles