Re: [PHP] Lowest PHP version to work with MySQL 4.1.x

2005-12-01 Thread AmirBehzad Eslami
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

2005-11-30 Thread Brent Baisley
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

[PHP] Lowest PHP version to work with MySQL 4.1.x

2005-11-30 Thread AmirBehzad Eslami
Hi List, I have noted that some versions of PHP are unable to work with MySQL 4.1.x. 1) Should I upgrade to PHP 5? 2) What is the lowest PHP version which works fine with MySQL 4.1.x? Regards, Behzad P.S. I don't use "Improved MySQL" extension in PHP. I just need MySQL 4.1.x for multi-byte char