Bill Marrs <[EMAIL PROTECTED]> wrote: > I noticed these files in my mysql data directory: > > -rw-rw---- 1 mysql mysql 5242880 Feb 15 20:54 ib_logfile0 > -rw-rw---- 1 mysql mysql 10485760 Feb 15 20:54 ibdata1 > -rw-rw---- 1 mysql mysql 25088 Jun 3 2003 ib_arch_log_0000000000 > -rw-rw---- 1 mysql mysql 5242880 Jun 3 2003 ib_logfile1 > > I believe they are InnoDB related, but as far as I know, I'm not using any > InnoDB tables. > > Is it OK to delete them?
If you don't use InnoDB you can delete these files and run MySQL server with --skip-innodb option. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
