dbTalk Databases Forums  

ib_logfile when InnoDB NOT enabled

mailing.database.mysql-win32 mailing.database.mysql-win32


Discuss ib_logfile when InnoDB NOT enabled in the mailing.database.mysql-win32 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Ekleberry
 
Posts: n/a

Default ib_logfile when InnoDB NOT enabled - 10-14-2003 , 10:03 AM






I just upgraded from MySQL v3.23.56 to v4.0.12 and noticed that I now have
ib_logfile* files appearing in my data directory. The files do have size,
are growing, but mostly contain spaces. :s

According to the manual these files are only supposed to appear when InnoDB
table support has been enabled which I have not done.

Anyone have an idea on how to prevent these files from being created?

Any help will be greatly appreciated.

Jim


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=m...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Paul DuBois
 
Posts: n/a

Default Re: ib_logfile when InnoDB NOT enabled - 10-14-2003 , 04:01 PM






At 9:52 -0500 10/14/03, Jim Ekleberry wrote:
Quote:
I just upgraded from MySQL v3.23.56 to v4.0.12 and noticed that I now have
ib_logfile* files appearing in my data directory. The files do have size,
are growing, but mostly contain spaces. :s

According to the manual these files are only supposed to appear when InnoDB
table support has been enabled which I have not done.
Ah, but you *have*. :-)

You upgraded to 4.x. InnoDB support is included by default in MySQL 4.x.

Quote:
Anyone have an idea on how to prevent these files from being created?
Start the server with the --skip-innodb option. For example, you can put
the option in the [mysqld] group of an option file like C:\my.cnf:

[mysqld]
skip-innodb

Once you restart the server with InnoDB disabled, you can delete
the ib* files.

Quote:
Any help will be greatly appreciated.

Jim

--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=m...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.