Wednesday, July 18, 2001 10:48 PM
Subject: Re: innodb on nt4
I did,
see below from my prev email, that part works fine:
innodb_data_home_dir=c:/mysql
innodb_data_file_path=ibdata1
like I said, the system created a 10mb file called ibdata1 in c:\mysql
But to recap, when I try to add the specifica
aste the above to your my.cnf
> and adjust directories, file sizes, and pool sizes to your needs. Files must
> be
> < 4 GB currently.
>
> Hope it now succeeds!
>
> Heikki
>
> -Original Message-
> From: Pete Kuczynski <[EMAIL PROTECTED]>
> To: He
L PROTECTED]>
To: Heikki Tuuri <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, July 18, 2001 10:14 PM
Subject: Re: innodb on nt4
Ok, got the following line working in my.ini, it created a 10mb ibdata
file:
innodb_data_home_dir=c:/mysql
innodb_data_file
Ok, got the following line working in my.ini, it created a 10mb ibdata
file:
innodb_data_home_dir=c:/mysql
innodb_data_file_path=ibdata1
set-variable=innodb_mirrored_log_groups=1
but, when I add innodb_log_group_home_dir=c:/iblogs
mysyl won't start. I created a iblogs directory.
Any ideas?
P
Aha! that's what I need to know, thanks a bunch.
Pete
Heikki Tuuri wrote:
>
> Pete,
>
> no, below you have a path:
>
> innodb_data_home_dir = D:\Webapp\mysql\innodb\ibdata
>
> ibdata is a directory name, not a file name. InnoDB will add the
> extra backslash after it. But InnoDB does not cre
Pete,
no, below you have a path:
innodb_data_home_dir = D:\Webapp\mysql\innodb\ibdata
ibdata is a directory name, not a file name. InnoDB will add the
extra backslash after it. But InnoDB does not create directories.
You must manually create the directories you use.
Regards,
Heikki
http://www
Kuczynski [mailto:[EMAIL PROTECTED]]
Sent: terça-feira, 17 de julho de 2001 17:07
To: Crercio Osmaildo da Silva
Cc: [EMAIL PROTECTED]
Subject: Re: innodb on nt4
Hi,
have a question about the inno_data_home_dir line on mysql-max3.23
do I create a file called "ibdata" cause it
Hi,
have a question about the inno_data_home_dir line on mysql-max3.23
do I create a file called "ibdata" cause it's not in any directory by
default by default.
innodb_data_home_dir = D:\Webapp\mysql\innodb\ibdata
Pete
Crercio Osmaildo da Silva wrote:
>
> Hi,
>
> For windows systems, you can
Hi,
For windows systems, you can install mysql-max-3.23.39, that has support for
both BDB and InnoDB. For InnoDB you need to change my.cnf and include these
lines:
# For Innodb Databases
# change D:\WebApp\mysql\innodb and the other parameters to fit your
# needs
innodb_data_home_dir = D:\Webap