摘要: 每次搭环境都要重新修改, 记录一下: 在Linux里面: # ./mysql -uroot -p查看权限: > use mysql; > select host, user from user; > grant all privileges on *.* to 'root'@'%'; > flush 阅读全文
posted @ 2018-11-25 16:26 Montauk 阅读(115) 评论(0) 推荐(0)