I would like to delete the MySQL ib_logfile but do not know where the files are located on my machine.

I am running the latest version of Ubuntu.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Log files are usually located at /var/log/. MySQL server log files are usually named like mysql.SOMETHING.

For ib_logfiles, also check /var/lib/mysql.

link|improve this answer
Perfect. That worked. Thank you. – David May 11 '11 at 16:49
@David You're welcome! – BloodPhilia May 11 '11 at 17:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.