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

Accesso a MySQL negato errore 1045

Esegui il GRANT dichiarazione con il IDENTIFIED BY :

GRANT ALL PRIVILEGES ON *.* TO 'testuser'@'%' IDENTIFIED BY '123456';