首页
Java
登录
6mi
u
盘
搜
搜 索
Java
Centos7系统Mysql数据库开启远程访问
Centos7系统Mysql数据库开启远程访问
xiaoxiao
2021-02-28
88
mysql -uroot -p grant all privileges on *.* to 'root'@'%' identified by 'password'; flush privileges; exit
转载请注明原文地址: https://www.6miu.com/read-63372.html
技术
最新回复
(
0
)