Mysql error:The server quit without updating PID file
解决方法
# CLIENT SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by MySQL client applications.
# Note that only client applications shipped by MySQL are guaranteed
# to read this section. If you want your own MySQL client program to
# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
#
user=root
[client]
port=3306
[mysql]
default-character-set=gb2312
配置文件中 添加 user=root 然后在启动 ,问题解决。 google上的解决办法对我来说都没有效果 csdn文章内容一顿乱抄都解决不了我这个问题。