码迷,mamicode.com
首页 > 其他好文 > 详细

sspanel 添加远程节点问题汇总

时间:2018-01-19 20:00:21      阅读:1589      评论:0      收藏:0      [点我收藏+]

标签:use   style   col   https   pre   root   tps   错误   ack   

链接数据库错误:

InternalError: (1130, u"Host ‘97.64.40.100‘ is not allowed to connect to this MySQL server")

 

mysql -uroot -p 

create user root@% identified by root;

grant all privileges on *.* to root@% with grant option;

 

参考链接:sspanel远程节点

参考链接:修改mysql 用户权限

 

sspanel 添加远程节点问题汇总

标签:use   style   col   https   pre   root   tps   错误   ack   

原文地址:https://www.cnblogs.com/mnstar/p/8318358.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!