//mysql安装后 外部连接访问设置
1.登陆 mysql -u root -p
2.use mysql
3.create user dcdbuser identified by 'DC1234user5678';
4.grant all privileges on *.* to 'dcdbuser'@'%' identified by 'DC1234user5678';
5.flush privileges;
//mysql安装后 外部连接访问设置
1.登陆 mysql -u root -p
2.use mysql
3.create user dcdbuser identified by 'DC1234user5678';
4.grant all privileges on *.* to 'dcdbuser'@'%' identified by 'DC1234user5678';
5.flush privileges;
本文标题:mysql安装后 外部连接访问设置
本文链接:https://www.haomeiwen.com/subject/nytwpttx.html
网友评论