Canan

Salut, je suis Canan

Oups ...

N'oubliez jamais que l'impossible est possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Corriger l'erreur MySQL 1045

Corriger l'erreur MySQL 1045

Wamp




Étapes

  1. Modifiez votre fichier "/etc/mysql/mysql.conf.d/mysqld.cnf"
  2. [mysqld]
  3. bind-address = 0.0.0.0
  4. Connectez-vous avec SSH
  5. Connectez-vous sur votre MySQL
  6. mysql -u root -p__YOUR_PASSWORD__ mysql
  7. Accordez l'accès à partir de n'importe quelle adresse IP à votre utilisateur
  8. GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '__YOUR_PASSWORD__' with grant option;
  9. Mettez à jour vos droits
  10. FLUSH PRIVILEGES;
  11. > Si besoin, redémarrez votre service MySQL