>What version of MySQL do you use? autoextend is supported since
>3.23.50 and 4.0.2
Ahaa, I am using 3.23.49 (came with rh7.3).
Close but no cigar :)
--
&ers
-
Anders Nygård
-
Before pos
anders,
Friday, December 06, 2002, 1:14:04 PM, you wrote:
adnaxsds> In an attempt to use innoDB tables I added this to my 'my.cnf':
adnaxsds> innodb_data_home_dir =
adnaxsds> innodb_data_file_path = /var/mysql/admin/ibdata1:100M:autoextend
adnaxsds> mysqld claimed this was an syntax error if I r
Hello.
In an attempt to use innoDB tables I added this to my 'my.cnf':
innodb_data_home_dir =
innodb_data_file_path = /var/mysql/admin/ibdata1:100M:autoextend
mysqld claimed this was an syntax error if I removed 'autoextend' it works
but I really want the autoextend capability.
Any and all help