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

Accesso negato per l'utente 'username'@'localhost' (usando la password:YES) in C:\webdev\wamp\www\membershipSite\classes\Mysql.php on line 9

Devi concedere le autorizzazioni a [email protected] in MySQL Il comando di concessione è simile a

grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';