Alexandre,
Monday, June 03, 2002, 8:08:14 PM, you wrote:

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

AZ> Here is my problem:

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

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

AZ> Here is what my ini looks like now :

AZ> innodb_data_home_dir = C:\mysql\ibdata

AZ> innodb_data_file_path =ibdata1:100M

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

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

AZ> innodb_data_home_dir = C:\mysql\ibdata

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


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

What version of MySQL server are you using?
Autoextend is only supported since version 3.23.50





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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