Vous devez accorder des autorisations à user@host dans mysql. La commande grant ressemble à
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';
Vous devez accorder des autorisations à user@host dans mysql. La commande grant ressemble à
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';