programming-examples/sql/UserManagement/11. How to check the list of system privileges that the MySQL server supports.sql
2019-11-18 14:05:53 +01:00

5 lines
106 B
SQL

/*11. How to check the list of system privileges that the MySQL server supports.
*/
show privileges;