LMSouq
server-admin Open

MySQL server startup error 'The server quit without updating PID file'

CH
Chinmay
1 month ago
3 views
Problem Description
On [Mac OS X v10.6][1] (Snow Leopard), starting MySQL gives the following error: > The server quit without updating PID file ### File *my.cnf* ### ```lang-none [mysqld] port = 3306 socket = /tmp/mysql.sock skip-external-locking key_buffer_size = 16K pid-file=/var/run/mysqld/mysqld.pid [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid ``` [1]: https://en.wikipedia.org/wiki/Mac_OS_X_Snow_Leopard

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base