mysql


grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
FLUSH PRIVILEGES;

exit;

posted on 2018-11-15 12:32  风清扬令狐冲  阅读(147)  评论(0编辑  收藏  举报

导航