In message <[EMAIL PROTECTED]>, Wade Smart <[EMAIL PROTECTED]> writes >11262005 0939 GMT-5 > >Yup. The only thing that is different from my other setups is mysql >being vs 5.0 instead of 4.x.x .
That is what is discussed in the link that I sent in the previous email: "MySQL 5.0 uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older (pre-4.1) clients. If you upgrade the server from 4.1, attempts to connect to it with an older client may fail with the following message..." >> >>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/
