[Pluto-help] aiuto mysql

< MaNdRiCuS > mandricus a libero.it
Sab 3 Nov 2001 13:55:17 CET


ciao a tutti
ho un problema con mysql.
ho installato mysql con un rpm per la mia distribuzione( RedHat7.1).
non riesco però a settare la password di root per mysql ne a compiere alcuna operazione, in quanto mysql mi
riconosce sempre come "anonymous user". La cosa strana è che questo succede anche specificando ad esempio
mysql -u root
o anche
mysql -u nomeutente
mi riconosce sempre come un anonymous user e quindi non mi fa fare una mazza.
qualcuno ha idea del perché succeda questa cosa?
allego log della consolle.

[mandrico a sarracco mandrico]$ su -
Password:
[root a sarracco /root]# mysqladmin -u root password nuovapassword
mysqladmin: unable to change password; error: 'You are using MySQL as an anonymous users and anonymous users are
not allowed to change passwords'
[root a sarracco /root]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.23.43

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> grant all on * to root a localhost;
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql>
[root a sarracco /root]# mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 3.23.43

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
mysql>




More information about the pluto-help mailing list