[Pluto-devel] aiuto mysql
< MaNdRiCuS >
mandricus@libero.it
Sat, 03 Nov 2001 13:56:45 +0100
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@sarracco mandrico]$ su -
Password:
[root@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@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@localhost;
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql>
[root@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>