Re: [PHP] Lowest PHP version to work with MySQL 4.1.x
Brent and Oliver, Thank you for your assistance. I found some notable solutions from MySQL Forums: http://forums.mysql.com/read.php?11,6400,6400#msg-6400 Regards, Behzad
Re: [PHP] Lowest PHP version to work with MySQL 4.1.x
PHP4 works just fine with MySQL 4.1. You may be encountering a "problem" with the new password scheme in MySQL 4.1 that PHP 4 does not support. In this case, PHP4 is considered and "old" client. Read this part of the manual to get it working: http://dev.mysql.com/doc/refman/5.0/en/old-client