MySQL Forums
Forum List  »  General

flush logs; Unkown error
Posted by: Adam Scott
Date: April 19, 2013 02:32PM

If you get ERROR 1105 (HY000): Unknown Error after issuing a flush logs; make sure the permissions are set correctly on your log_error file.

Hints
* Find the path of log_error for mysql. Send the following to mysql: show global variables like '%err%';
* Check the permissions and make sure the UID (from ps -C mysqld -f at linux prompt) has permissions to write to the file

Hoping this helps somebody.

Adam

Options: ReplyQuote


Subject
Written By
Posted
flush logs; Unkown error
April 19, 2013 02:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.