5 lines
106 B
MySQL
5 lines
106 B
MySQL
|
/*11. How to check the list of system privileges that the MySQL server supports.
|
||
|
*/
|
||
|
|
||
|
show privileges;
|