MySQL 數據庫賦予用戶權限操做表

MySQL清空數據庫的操做:truncate table tablename;html MySQL 賦予用戶權限命令的簡單格式可歸納爲:grant 權限 on 數據庫對象 to 用戶   1、grant 普通數據用戶,查詢、插入、更新、刪除 數據庫中全部表數據的權利。 數據庫 1 grant select on testdb.* to common_user@'%' grant insert o
相關文章
相關標籤/搜索