Nico,
Friday, June 14, 2002, 1:05:13 PM, you wrote:

NS> Hi, I just installed mysql-max 3.23.51, hoping to use innodb autoextend feature, 
but mysql dies when run with the following row in my.cnf: 
 
NS> innodb_data_file_path = ibdata1:512M:autoextend;ibdata2:256M:autoextend;
 
NS> complaining of an unrecognized option.

Check MySQL manual.
The proper syntax for innodb_data_file_path is:

pathtodatafile:sizespecification;pathtodatafile:sizespecification;...
...  ;pathtodatafile:sizespecification[:autoextend[:max:sizespecification]]

NS> Thanks, 
NS>                         Nico





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