HI,,here's what mine says:
[mysqld]
innodb_data_home_dir = c:/mysql/data
innodb_data_file_path = ibdata1.db:10M

if you can find the proper section in the manuals you will see that you MUST
specify a file size for that database file: innodb_data_file_path =
ibdata1.db:10M
I set mine to to: 10M
the docs say 10M is the minimum..
READ the Innodb tables section in Mysql manual very carefully..and enjoy..

Ken

----- Original Message -----
From: "Brandon Berry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 1:56 PM
Subject: RE: Innodb


> 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
>
>


---------------------------------------------------------------------
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