CentOS yum install mysql配置远程访问

登陆到mysql后mysql

grant all privileges on *.* to 'root'@'%' identified by 'password' with grant option;//password是对应的root密码sql

flush privileges;ide

相关文章
相关标签/搜索