摘要:
不能远程连接报错: mysql -u root -puse mysql mysql> select host, user from user; 将相应用户数据表中的host字段改成'%'; update user set host='%' where user='root'; ERROR 1062 阅读全文
摘要:
此问题是镜像不可用导致的,需更换镜像 1、/etc/yum.repos.d/ 2、vim CentOS-Base.repo 3、更换阿里云镜像 # CentOS-Base.repo # # The mirror system uses the connecting IP address of the 阅读全文
摘要:
Warning: World-writable config file '/etc/mysql/my.cnf' is ignoredERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mys 阅读全文