MySQL Forums
Forum List  »  MySQL Query Browser

Please Help
Posted by: Andoni Aguirrezabal
Date: October 28, 2005 07:09PM

Ok, whenever I create a new user it gives me some error about Protocol.... here is an example:

mysql> GRANT SELECT , INSERT , UPDATE , DELETE , FILE ON * . * TO 'test'@'localhost' IDENTIFIED BY 'test' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye
[root@nadstudios Nadrien]# mysql -h localhost -u test -p
Enter password:
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

It also wont let me connect when using a PHP/CGI script

However, when I log in as root user, it lets me in.
Can anybody help me? :3




Edited 2 time(s). Last edit at 10/28/2005 07:13PM by Andoni Aguirrezabal.

Options: ReplyQuote


Subject
Written By
Posted
Please Help
October 28, 2005 07:09PM
October 29, 2005 03:13AM
October 29, 2005 07:45AM
October 29, 2005 08:35AM
October 29, 2005 08:43AM
October 29, 2005 08:53AM
October 29, 2005 09:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.