In message <[EMAIL PROTECTED]>, Wade Smart <[EMAIL PROTECTED]> writes >1127205 0740 GMT-5 > >I already read about the old_password change in the my.ini and that >didnt work. I rebooted apache, mysql and then even just restarted the >machine for fun. > >Wade > >--- In [email protected], "Wade Smart" <[EMAIL PROTECTED]> wrote: >> >> 11272005 0719 GMT-5 >> >> I just set up a new machine with apache, php, and mysql. Php is >> version 4.4.0 and mysql is 5.0. Working on a quick script I received >> this message again and again: PHP warning: mysql_connect(): Client >> does not support authentication protocol requested by server; consider >> upgrading MySQL client in ..... >> >> Have I missed some change somewhere? >> >> Wade
Are you sure about your php version? I thought that one 'passed the test' http://dev.mysql.com/doc/refman/5.0/en/old-client.html ----------------------------------- Solution: Go to the line command or to query tool and execute: UPDATE mysql.user SET Password = OLD_PASSWORD('mysql') WHERE Host = 'localhost' AND User = 'root'; ----------------------------------- -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/CefplB/TM --------------------------------------------------------------------~-> The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
