mysql授权单个表权限
生活随笔
收集整理的這篇文章主要介紹了
mysql授权单个表权限
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
mysql> create user haochengtest@'%' identified by 'haocheng.123';
Query OK, 0 rows affected (0.01 秒)mysql> grant select,insert,update,delete on test.t_m_user to haochengtest@'%';
Query OK, 0 rows affected (0.02 秒)mysql>
轉(zhuǎn)載于:https://www.cnblogs.com/Carr/p/10737464.html
總結(jié)
以上是生活随笔為你收集整理的mysql授权单个表权限的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 第一次项目之后...
- 下一篇: Mysql 授权