授权mysql

时间:2019-05-26 00:33:20   收藏:0   阅读:126
技术分享图片
grant all privileges on test.* to ‘root‘@‘%‘ identified by ‘123456‘;
flush privileges;
View Code

 

原文:https://www.cnblogs.com/gaoxuerong123/p/10924565.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!