Depuis mon dernier upgrade Debian Wheezy, MSQL fonctionne mais je ne peux plus le stopper:
keynux:/home/iso# /etc/init.d/mysql restart
[FAIL] Stopping MySQL database server: mysqld failed!
[ ok ] Starting MySQL database server: mysqld already running.
Après avoir lu le post de planet-libre.org/index.php?p … o=external qui resemble à mon problème j’essaie de redéfinir le m password de l’installateur Debian. J’arrive à me connecter en tant que root mais quand je tente de ré-initialiser le password de debian-sys-maint je suis rejeté en tant que root:
[code]
keynux:/home/iso# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 46
Server version: 5.5.31-0+wheezy1 (Debian)
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.
…
mysql> GRANT ALL PRIVILEGES ON . TO ‘debian-sys-maint’@‘localhost’ IDENTIFIED BY ‘motdepass_enregistré_dans_my.cnf’;
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
mysql[/code]
Comprends pas