GRANT ALL ON database.* TO example@sqldat.com IDENTIFIED BY 'password';
Dovresti forzare un ricaricamento delle tabelle delle sovvenzioni utilizzando:
FLUSH PRIVILEGES;
GRANT ALL ON database.* TO example@sqldat.com IDENTIFIED BY 'password';
Dovresti forzare un ricaricamento delle tabelle delle sovvenzioni utilizzando:
FLUSH PRIVILEGES;