This is a discussion on Problem with authentication within the MySQL General forum forums, part of the MySQL category; --> Hello to all I had an old MySQL 4.0 running on a Windows Machine. I removed that version and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello to all I had an old MySQL 4.0 running on a Windows Machine. I removed that version and I installed the MySQL 5.0 . When I went to run phpMyAdmin this is the error I receive. #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client Although the password that's in config.inc.php is the same as the one I use on the MySQL command login and that one works fine. What is still lingering from my old installation that's prventing me from loggin in , if any. Thank you. -- |
| |||
| Mahmoud Badreddine wrote: > Hello to all > I had an old MySQL 4.0 running on a Windows Machine. > I removed that version and I installed the MySQL 5.0 . > > When I went to run phpMyAdmin this is the error I receive. > #1251 - Client does not support authentication protocol requested by > server; > consider upgrading MySQL client > > > Although the password that's in config.inc.php is the same as the one I use > on the MySQL command login and that one works fine. > What is still lingering from my old installation that's prventing me from > loggin in , if any. Thank you. > What version of PHP are you running and what server? |
| ||||
| have a look on this: http://dev.mysql.com/doc/refman/5.0/en/old-client.html it is because your php is using old mysql libraries, upgrade your php or consult that page... Regards! -----Original Message----- From: John Meyer [mailto:john.l.meyer@gmail.com] Sent: Miércoles, 04 de Abril de 2007 07:16 p.m. To: mysql@lists.mysql.com Subject: Re: Problem with authentication Mahmoud Badreddine wrote: > Hello to all > I had an old MySQL 4.0 running on a Windows Machine. > I removed that version and I installed the MySQL 5.0 . > > When I went to run phpMyAdmin this is the error I receive. > #1251 - Client does not support authentication protocol requested by > server; > consider upgrading MySQL client > > > Although the password that's in config.inc.php is the same as the one I use > on the MySQL command login and that one works fine. > What is still lingering from my old installation that's prventing me from > loggin in , if any. Thank you. > What version of PHP are you running and what server? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=edwin.cruz@ge.com |