读书人

mysql 受权

发布时间: 2012-06-30 17:20:12 作者: rapoo

mysql 授权
grant create,alter,select,insert,update,delete,lock tables,
create view, drop, index
on achievo_1_4.* to achievo@localhost identified by 'secret';

grant create,alter,select,insert,update,delete,lock tables,create view, drop, index on achievo_1_4.* to achievo@10.2.128.114 identified by 'secret';




读书人网 >Mysql

热点推荐