Celeb Glow
updates | March 13, 2026

Location of MySQL log files on Ubuntu

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.

1 Answer

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.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy