You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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');