授权mysql

grant all privileges on test.* to 'root'@'%' identified by '123456';
flush privileges;
View Code

 

posted @ 2019-05-25 23:36  gaoxuerong  阅读(121)  评论(0)    收藏  举报