MySQL操做權限增刪改查

一、mysql操做權限可查看information_schema表;mysql 二、cmd查詢當前用戶操做權限命令: show grants; sql 三、cmd查詢某某用戶操做權限命令:show grants for username;數據庫 三、cmd回收用戶操做權限命令:revoke all privileges on *.* from user@'host';加密 四、cmd增長用戶操做權
相關文章
相關標籤/搜索