DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

[Solved] MySQL Error: ERROR! The server quit without updating PID file

The server quit without updating PID file (/usr/local/MySQL/data/ xxxxx.pid) error.
mysql does not have read/write access to the data directory.

Mac:sudo chmod -R a+rwx /usr/local/mysql/data/
Linux:chown -R mysql:mysql /var/lib/mysql
Then Restart:sudo usr/local/mysql/support-files/mysql.server start

Done!

Similar Posts:

  • MySQL: Starting MySQL….. ERROR! The server quit without updating PID file
  • How to Solve MySQL Startup error: mysql-bin.index not found (Errcode: 13)
  • MySQL he server quit without updating PID file [How to Solve]
  • MySQL Error: The server quit without updating PID file [How to Solve]
  • Can’t open and lock privilege tables: Table ‘mysql.user’ doesn’t exist
  • Linux: MySQL Start Error: Starting MySQL.Manager of pid-file quit without updating file.[FAILED]
  • How to Solve MYSQL Error: Can’t create test file xxx lower-test
  • The solution of job failed to start when modifying MySQL character encoding
  • [Solution] mysql Unknown storage engine ‘InnoDB’
  • [How to Solve] Cannot write to /usr/local/Cellar

This entry was posted in MYSQL and tagged ERROR! The server quit without updating PID file on November 4, 2021 by Robins.

Post navigation

← [Solved] Nginx error Wrong detect of Parsing error: invalid-first-character-of-tag-name in expression. →

Recent Posts

  • [Solved] The bean ‘sysDictService’ could not be injected because it is a JDK dynamic proxy
  • How to Use awk to Analyze Nginx Log
  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress