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