These are the options I used.

[mysqld]
innodb_data_file_path = ibdata;
innodb_data_home_dir = /usr/local/mysql/data
set-variable = innodb_mirrored_log_groups=1
innodb_log_group_home_dir = /usr/local/mysql/data
set-variable = innodb_log_files_in_group=3
set-variable = innodb_log_file_size=50M
set-variable = innodb_log_buffer_size=8M

Here's the error.

010705 16:03:06  mysqld started
010705 16:03:06  Can't init databases
010705 16:03:06  mysqld ended

if I take the options out mysql starts fine.

- Oso
-----Original Message-----
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 4:53 PM
To: Brandon Berry
Cc: [EMAIL PROTECTED]
Subject: Re: Innodb


On Thu, Jul 05, 2001 at 04:29:05PM -0400, Brandon Berry wrote:
>
> Anybody know why when I enable the Innodb in the /etc/my.cnf it
> tells me can't init databases?

Did you put all the InnoDB related options in your my.cnf file? Could
you post the relevant section and the error message you got?

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878    Fax: (408) 349-5454    Cell: (408) 439-9951

MySQL 3.23.29: up 19 days, processed 144,464,243 queries (85/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to