01 2022 档案
摘要:1:uname -r 2:yum remove docker docker-common container-selinux docker-selinux docker-engine 3:yum remove -y docker-* 4:wget http://mirrors.aliyun.com/
阅读全文
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
摘要:最近换环境,docker安装mysql8时报错,解决方案如下 找到 my.cnf进行修改 # 添加一下数据 [client] # 默认字符集 #default-character-set=utf8 socket= /var/run/mysqld/mysqld.sock [mysql] # 默认字符集
阅读全文
摘要:业务需要,200G文件导入服务器,报unknown filesystem type ntfs,解决方案如下 原因:CentOS默认源里没有ntfs,想要添加ntfs支持,需要自己下载编译安装或者加源yum安装。 1:wget -O /etc/yum.repos.d/epel.repo http://
阅读全文