mysql启动问题排查

一,启动命令

service mysql start

报错:

The server quit without updating PID /var/lib/mysql/develop.portal.bestv.com.cn.pid

二,排障

网上搜了下,方法很多。

mysql启动异常:The server quit without updating PID file_starting mysql. error! the server quit without upd_指染流萤陌君颜的博客-CSDN博客

没解决还是报错,我们回到根本上排查。-- 查看错误日志

打开mysql配置:

less /etc/my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd

[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid

打开错误日志:

关键的错误信息

170901  4:56:55 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
170901  4:56:55 [ERROR] Do you already have another mysqld server running on port: 3306 ?
170901  4:56:55 [ERROR] Aborting

这个是端口占用。

使用端口占用命令查看

lsof -i:3306

看到了两个应用。这两个应用连接这个数据库。

kill掉

再启动mysq,成功。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值