mysql 授权
时间:2014-07-02 17:55:37
收藏:0
阅读:229
cd /usr/local/mysql/bin/
grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘12345678‘;
flush privileges;
grant select on weixin.wx_tuijian to ‘bbc_select‘@‘%‘ identified by ‘bbc_select‘;
评论(0)