5 lines
89 B
MySQL
5 lines
89 B
MySQL
|
/*10. How to check permissions granted to a specific user.
|
||
|
*/
|
||
|
|
||
|
show grants for amit;
|