sql >> Database >  >> RDS >> Mysql

mysql_exceptions.OperationalError:(1045, toegang geweigerd voor gebruiker 'root'@'localhost' (met wachtwoord:JA))

Uitvoeren in console

mysql> grant all privileges on *.* to [email protected] identified by 'password' with grant option;


  1. Hoe gebruikersrollen in een database beheren?

  2. Waar slaat PostgreSQL configuratie-/conf-bestanden op?

  3. Zoek uit of de REPLACE-instructie is vervangen of zojuist is ingevoegd in MySQL

  4. voorbereidingsverklaring van golang sql-stuurprogramma