Re: innodb on nt4

2001-07-18 Thread Pete Kuczynski
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?

Re: innodb on nt4

2001-07-18 Thread Heikki Tuuri
] 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_path=ibdata1 set-variable

Re: innodb on nt4

2001-07-18 Thread Pete Kuczynski
it now succeeds! Heikki -Original Message- From: Pete Kuczynski [EMAIL 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

Re: innodb on nt4

2001-07-18 Thread Heikki Tuuri
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 specifications for logs, it wort

RE: innodb on nt4

2001-07-17 Thread Crercio Osmaildo da Silva
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 =

Re: innodb on nt4

2001-07-17 Thread Pete Kuczynski
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

RE: innodb on nt4

2001-07-17 Thread Crercio Osmaildo da Silva
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's not in any directory

Re: innodb on nt4

2001-07-17 Thread Heikki Tuuri
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

Re: innodb on nt4

2001-07-17 Thread Pete Kuczynski
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 create