mysql赋权

grant all privileges on *.* to 'root' @ '%' identified by '123';

flush privileges;

use mysql;

select * from user;

posted on 2014-02-26 11:36  awk  阅读(253)  评论(0)    收藏  举报

导航