1. 程式人生 > >mysql授權單個表權限

mysql授權單個表權限

let bash create mysql creat pda 單個 0 rows user

mysql> create user [email protected]‘%‘ identified by ‘haocheng.123‘;
Query OK, 0 rows affected (0.01 秒)

mysql> grant select,insert,update,delete on test.t_m_user to [email protected]‘%‘;
Query OK, 0 rows affected (0.02 秒)

mysql> 

  

mysql授權單個表權限