13.4 mysql用戶管理 13.5 常用sql語句 13.6 mysql數據庫備份恢復

13.4 mysql用戶管理 grant all on . to 'user1' identified by 'passwd'; mysql> grant all on . to 'user1' identified by 'passwd'; Query OK, 0 rows affected (0.01 sec) grant SELECT,UPDATE,INSERT on db1. to 'us
相關文章
相關標籤/搜索