授权mysql

grant all privileges on test.* to 'root'@'%' identified by '123456';
flush privileges;
View Code
原文地址:https://www.cnblogs.com/gaoxuerong123/p/10924565.html