Centos7系统Mysql数据库开启远程访问

xiaoxiao2021-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)