天天看點

檢視 MySQL 使用者權限

檢視目前使用者(自己)權限:

show grants;

檢視其他 MySQL 使用者權限:

show grants for aaa@localhost;

繼續閱讀