轉貼自 https://itzone.hk/article/article.php?aid=200406230146464878
mysql> grant select,insert on host_formation.* to oper@localhost identified by '1qaz2wsx';
mysql> GRANT ALL PRIVILEGES ON *.* TO user@host IDENTIFIED BY 'passwd';
mysql> REVOKE selevt on 資料庫(或資料表) FROM oper@localhost identified by '1qaz2wsx';
- Oct 05 Sun 2014 10:33
-
MySQL - 建立新帳號
請先 登入 以發表留言。