5 lines
192 B
MySQL
5 lines
192 B
MySQL
|
/*13. How to Grant permission to a user so that (s)he can execute not more than a specific number of queries in an hour.
|
||
|
*/
|
||
|
|
||
|
set password for steffi@localhost = password('mypassword123');
|