-----Message d'origine-----
De : Alexandre Zglav [mailto:[EMAIL PROTECTED]]
Envoyé : lundi, 3. juin 2002 19:05
À : mysql (Elektronikus levelek)
Objet : InnoDB and Windows






Hello all .

Nice to meet you.

Maybe this thread has already been solved. If so im sorry for the disturb.

Here is my problem:

I want to use InnoDB transactionnal table types with mysql on Windows 2000 .

I set my ini file correctly, start the console  and my ibdata table is
created and I can now create InnoDB tables.
The problem is I cnat specify the autoincrement option for the Innodb data
file  .

Here is what my ini looks like now :

innodb_data_home_dir = C:\mysql\ibdata

innodb_data_file_path =ibdata1:100M

This setting works perfectly but the ibdata1 file is not autoincrementing
when it is full .



And here is what it should look like to have an auto extending innodb data
file

innodb_data_home_dir = C:\mysql\ibdata



innodb_data_file_path =ibdata1:100M:autoextend:max:2000M


Now if I try this last setting I get a syntax error on  the
"innodb_data_file_path"  line  when I try to start the Mysql-max server in
console mode.
I know it is supposed to work as said in the manual. Now is it a known bug
on windows platform ???

Thanks . Any help apreciated .
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.365 / Virus Database: 202 - Release Date: 24.05.2002


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