Oh la gaffe, la grosse gaffe que j'ai fait ce matin
Dans phpmyadmin j'ai changé le mot de passe de root@localhost et depuis je n'ai plus accès à mysql
Erreur
MySQL a répondu:
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
J'ai essayé ceci :
[root@serveur ~]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@serveur ~]# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
[root@serveur ~]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 4.1.20
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> set password for root@localhost=password('********');
Query OK, 0 rows affected (0.01 sec)
mysql> exit
Bye
[root@serveur ~]# service mysqld restart
Restarting mysqld [ OK ]
[root@serveur ~]#
Cela ne fonctionne pas , quelqu'un à une idée? merci
Fanny