Created
August 20, 2012 22:08
-
-
Save dfreudenberger/3408391 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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