programming-examples/sql/UserManagement/11. How to check the list of system privileges that the MySQL server supports.sql

5 lines
106 B
MySQL
Raw Normal View History

2019-11-18 14:05:53 +01:00
/*11. How to check the list of system privileges that the MySQL server supports.
*/
show privileges;