3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
grant select on *.* to 'skysql'@'localhost';
|
|
revoke select on *.* from 'skysql'@'localhost';
|