MySQL Forums
Forum List  »  Install & Repo

Re: mySQL keeps restarting every 17 seconds
Posted by: Marcus Beranek
Date: August 22, 2004 03:15AM

Did you check the database-files? I had a similar behaviour after a crash:
One of the database-files was corrupted, mysql started, someone did a query, which accessed the corrupted db-file, mysql noticed somthing like "number of processes: 0, mysqld resarted" a few times in the logs, than stopped completly. After i did a "isamchk" (it was an older 3.23-version) on the corrupted table, everxthing worked well.

HTH,
Marcus

Options: ReplyQuote


Subject
Written By
Posted
Re: mySQL keeps restarting every 17 seconds
August 22, 2004 03:15AM


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.