日期:2014-05-16  浏览次数:20647 次

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';