Re: Getting PHP 5 w/mysqli to communicate with MySQL 5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



To solve compability problem with mysql library, try to save your mysql user
password with OLD_PASSWORD('some pass') function, not the ordinary
PASSWORD('some pass') function.

With this you can connect to MySQL 4.1 > 5 even with php 4

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux