programming-examples/sql/UserManagement
2019-11-18 14:05:53 +01:00
..
1. How to create a user on localhost.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
2. How to create a user for an IP address other than localhost.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
3. How to grant permission to a user to select only from localhost.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
4. How to grant a user permission to create, insert, update, delete and create temporary tables from localhost.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
5. How to grant a user permission to create, insert, update, delete and create temporary tables from any host.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
6. How to grant a user permission to select only from any host but to a specific table of a database.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
7. How to grant all privileges to a user from all machines.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
8. How to revoke all privileges from a user.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
9. How to revoke specific privilege from a user.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
10. How to check permissions granted to a specific user.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
11. How to check the list of system privileges that the MySQL server supports.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
12. 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 Adding SQL query language 2019-11-18 14:05:53 +01:00
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 Adding SQL query language 2019-11-18 14:05:53 +01:00
14. How to delete user.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
15. How to rename a user.sql Adding SQL query language 2019-11-18 14:05:53 +01:00
16. How to create a user and granting no privileges.sql Adding SQL query language 2019-11-18 14:05:53 +01:00