|
Posted by Brent Baisley on 10/14/52 11:33
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.html
Should you upgrade to PHP5 is a completely different story. There are
some great things in 5.
On Nov 30, 2005, at 11:13 AM, AmirBehzad Eslami wrote:
> 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 character support.
--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577
[Back to original message]
|