#1 Le 25/05/2022, à 20:09
- bmzoom
[ Mysql 5.7.38 ] GRANT ALL PRIVILEGES ON : ERROR 1045 (28000)[Résolu]
Bonjour ,
Je ne parviens pas à débloquer les privilèges de l'utilisateur 'root'
Créer d'autres utilisateurs est impossible :
mysql -u root -p
Enter password:
mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost';
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
mysql --version
mysql Ver 14.14 Distrib 5.7.38, for Linux (x86_64) using EditLine wrapper
J'ai ré-installé mysql et ERROR 1045 (28000) persiste
sudo apt-get remove -y mysql-*
sudo apt-get purge -y mysql-*
Comment inverser ce blocage ?
Dernière modification par bmzoom (Le 26/05/2022, à 14:22)
Hors ligne
#2 Le 27/05/2022, à 09:47
- bmzoom
Re : [ Mysql 5.7.38 ] GRANT ALL PRIVILEGES ON : ERROR 1045 (28000)[Résolu]
LOW Length >= 8
MEDIUM Length >= 8, numeric, mixed case, and special characters
STRONG Length >= 8, numeric, mixed case, special characters and dictionary file
Sécurité lourde à suivre !
[Résolu]
Hors ligne