[root@localhost]# /usr/bin/mysqld_safe &
[1] 25653
[root@localhost]# Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pidfile /var/run/mysqld/mysqld.pid
100126 0
# mysqld_safe mysqld from pidfile /var/run/mysqld/mysqld.pid ended
## Introduction
When working with MySQL, you may encounter an error message like "mysqld_safe mysqld from pidfile /var/run/mysqld
# 解决"ERROR! The serverquitwithoutupdatingPIDfile (/var/lib/mysql/mysql.pid)"
## 概述
在MySQL服务器启动或停止时,有时会出现"ERROR! The serverquitwithoutupdatingPIDfile"的错误信息。这个错误通常是由于MySQL服务器无法正常更新其PID文件导致的。P