On Thu, Mar 27, 2003 at 10:55:28AM +0100, Stephan Amann wrote:
> 
> The InnoDB files are created in the standard data directory; I did not 
> configure any InnoDB Option, since we are not currently using InnoDB.
> 
> What's wrong? Why do I get InnoDB datafiles (ib_arch_log_0000000000, 
> ib_logfile0,  ib_logfile1, ibdata1) with only MyISAM Tables?

Please post your my.cnf file.  There is probably a setting in there
which specifies the innodb options.

If you don't want to use InnoDB at all, simply add:

  skip-innodb

to your my.cnf file.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.8: up 52 days, processed 1,808,234,730 queries (395/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to