时间:2021-07-01 10:21:17 帮助过:4人阅读
sudo su # 切换为root用户模式,省的接下来操作的时候出现权限问题
mysql -u root -p # 进入mysql命令行模式,需要输入mysql root账号的密码
GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘********‘ WITH GRANT OPTION; #设置root账号可以远程连接,******** 是root账号的密码
FLUSH PRIVILEGES
exit # 退出mysql命令行
lnmp restart # 重启lnmp
iptables -L -n --line-numbers # 查看已有的iptables规则
iptables -D INPUT 6
lnmp1.5 mysql数据库开启远程访问权限
标签:start mys 用户模式 roo 接下来 ber 开启 模式 mysql