MySQL Forums
Forum List  »  Newbie

Re: After creating tablespace .ibd, Mysql doesnot start
Posted by: Rick James
Date: March 01, 2010 10:15AM

http://dev.mysql.com/doc/refman/5.0/en/innodb-configuration.html

[mysqld]
innodb_file_per_table
innodb_data_file_path=ibdata1:10M:autoextend

Preallocating 10M might be enough; autoextend lets it grow to what it really needs.

Your my.ini probably has a line like that already.

Options: ReplyQuote


Subject
Written By
Posted
Re: After creating tablespace .ibd, Mysql doesnot start
March 01, 2010 10:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.