5 lines
192 B
SQL
5 lines
192 B
SQL
/*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');
|