PHP 5.3, using old authentication?
Posted
by Geir
on Stack Overflow
See other posts from Stack Overflow
or by Geir
Published on 2010-06-03T15:55:59Z
Indexed on
2010/06/03
16:04 UTC
Read the original article
Hit count: 217
php5
Hi. We're setting up a new webserver with PHP5.3 and are getting the "Error: could not connect: mysqlnd cannot connect to MySQL 4.1+ using old authentication ?" error message. After some google'ing I've found that we should set old passwords = 0 in my.cnf and reset the password(s). But we still have webservers running php 4.x & 5.2 that access the same mysql server (different users & databases), how will these be affected by this ? Will the mysql server be compatible with all the different PHP versions ?
Thanks.
© Stack Overflow or respective owner