[email protected] に権限を付与する必要があります mysqlで。付与コマンドは次のようになります
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';
[email protected] に権限を付与する必要があります mysqlで。付与コマンドは次のようになります
grant all privileges on YOURDB.* to
'YOURUSER'@'localhost' identified by 'YOURPASSWORD';