Skip to content

Instantly share code, notes, and snippets.

@dfreudenberger
Created August 20, 2012 22:08
Show Gist options
  • Save dfreudenberger/3408391 to your computer and use it in GitHub Desktop.
Save dfreudenberger/3408391 to your computer and use it in GitHub Desktop.
[root@accounting mariadb-5.5.25]# /etc/init.d/mysql restart
ERROR! MySQL server PID file could not be found!
Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/accounting.pid).
[root@accounting mariadb-5.5.25]# cat /var/log/mysqld.log
120821 00:03:48 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
120821 0:03:48 [ERROR] Can't find messagefile '/usr/share/errmsg.sys'
120821 0:03:48 [ERROR] Aborting
[root@accounting mariadb-5.5.25]# cat ~/.my.cnf
[[mysqld]]
--stack-trace
--core-file
lc-messages-dir=/root/mariadb-5.5.25/sql/share
lc-messages=en_us
[[mysqld-safe]]
--core-file-size=unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment