Mysql
 sql >> Datenbank >  >> RDS >> Mysql

mysql_exceptions.OperationalError:(1045, Zugriff verweigert für Benutzer 'root'@'localhost' (mit Passwort:YES))

In Konsole ausführen

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