[CentOS] Problems with MySQL

Tom Brown tom at ng23.net
Mon Oct 2 21:27:01 UTC 2006


> mysql> set password for gamito at localhost=password('blabla');
> 
> but i always get the error:
> ERROR 1133 (42000): Can't find any matching row in the user table

mysql> set password for 'bar'@'localhost' = password ('baz');
Query OK, 0 rows affected (0.04 sec)

mysql>




More information about the CentOS mailing list