programming-examples/sql/UserManagement/16. How to create a user and granting no privileges.sql
2019-11-18 14:05:53 +01:00

5 lines
132 B
SQL

/*16. How to create a user and granting no privileges
*/
grant usage on posts.* to boris@localhost identified by 'mypassword';