mysql编译安装完成后,启动时报错The server quit without updating PID file
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql编译安装完成后,启动时报错The server quit without updating PID file相关的知识,希望对你有一定的参考价值。
源码包下载:
编译安装:
设置配置文件:
添加启动脚本:
添加开机启动项:
完成后,/etc/init.d/mysqld start 时候报错如下:
Starting MySQL..The server quit without updating PID file ( [FAILED] al/mysql/data/FrankTest01.pid).
1.防火墙SELINUX有没有关闭
2.3306端口有没有被占用 netstat -tulanp
3.是否有其他相关的mysqld进程在运行。 ps aux |grep mysql
4.配置文件有误错误。包括/etc/my.cnf ; /etc/init.d/mysqld
如果系统方面如SELINUX,端口,或者进程方面没有问题则需要考虑配置文件错误。
vim /etc/init.d/mysqld basedir=/usr/local/mysql # mysql 的安装目录 datadir=/data/mysql # mysql自身的数据目录,包括错误日志等文件。
/etc/init.d/mysqld start Starting MySQL.. [ OK ]
以上是关于mysql编译安装完成后,启动时报错The server quit without updating PID file的主要内容,如果未能解决你的问题,请参考以下文章
启动Hive时报错(com.mysql.jdbc.Driver") was not found in the CLASSPATH)
mysql启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql
vue 项目npm run dev(启动)时报错The service was stopped
Python 3 启动IDLE时报错Subprocess Startup Error的解决办法
添加tomcat开机启动服务时报错:Neither the JAVA_HOME nor the JRE_HOME enviromment variable is defined