摘要: 今天在服务器安装了mysql,准备用mysqlguitools远程登录的时候出错,提示:Host 'xxx' is not allowed to connect to this MySQL server。网上找了一些资料,是mysql未开启mysql远程访问权限导致。 记录解决方案供以后参考。: 1 阅读全文
posted @ 2018-09-18 11:49 siashan 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1、下载tar包,这里使用wget从官网下载 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 2、将mysql安装到/usr/local/mysql下 # 解压 阅读全文
posted @ 2018-09-18 11:04 siashan 阅读(3886) 评论(0) 推荐(0) 编辑