Esempio:
mysql>
grant select on database_db.* to ‘utente’@’%’
identified by ‘password’;
Query OK, 0 rows affected (0.00 sec)
Soluzioni Server Windows/Linux & Security Assessment – Andrea Ceccherini – SysAdmin Windows/Linux Server
Esempio:
mysql>
grant select on database_db.* to ‘utente’@’%’
identified by ‘password’;
Query OK, 0 rows affected (0.00 sec)