Mysql
 sql >> Database >  >> RDS >> Mysql

mysql_exceptions.OperationalError:(1045, accesso negato per l'utente 'root'@'localhost' (usando la password:YES))

Esegui nella console

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