logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Error starting daemon: error initializing graphdriver: driver not supported

启动docker服务时,报了标题中的错误。找到了个解决方案:# rm -rf /var/lib/docker/*# systemctl start docker.service

#docker
calico 3.10.2安装(使用加密ectd集群)

wget https://github.com/projectcalico/calico/releases/download/v3.10.2/release-v3.10.2.tgztar xf release-v3.10.2.tgzcd release-v3.10.2/k8s-manifestssed -i 's?http://<ETCD_IP>:<ETCD_PORT>?h

#kubernetes
mysql提示The server quit without updating PID file /usr/local/mysql/data/localhost.localdomain.pid

The server quit without updating PID file (/usr/local/mysql/var/xxx.pid). ... failed错误解决错误信息详细描述:root@MyServer:~# service mysql startStarting MySQL..The server quit without updating PID file (/u...

#mysql
PHP编译时configure: WARNING: unrecognized options: --with-mysql

编译php后发生warning:configure:WARNING:unrecognizedoptions:--with-mysql 只是php7版本不支持mysql模块./configure --help 查看configure的正确语法,重新编译php支持mysql,改用--with-pdo-mysqlphp7版本正确的编译语句是:         ./configure --p...

#php
PHP编译时configure: WARNING: unrecognized options: --with-mysql

编译php后发生warning:configure:WARNING:unrecognizedoptions:--with-mysql 只是php7版本不支持mysql模块./configure --help 查看configure的正确语法,重新编译php支持mysql,改用--with-pdo-mysqlphp7版本正确的编译语句是:         ./configure --p...

#php
mysql提示The server quit without updating PID file /usr/local/mysql/data/localhost.localdomain.pid

The server quit without updating PID file (/usr/local/mysql/var/xxx.pid). ... failed错误解决错误信息详细描述:root@MyServer:~# service mysql startStarting MySQL..The server quit without updating PID file (/u...

#mysql
到底了