programming-examples/sql/UserManagement/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.sql
2019-11-18 14:05:53 +01:00

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