wangxu wrote:
> No,i don't want to do this.
> 
> My previous variable is 
> "innodb_data_file_path=ibdata1:2G;ibdata2:10M:autoextend".
> 
> But ibdata2 had exceed 3G!
> 
> I changed the variable to 
> "innodb_data_file_path=ibdata1:2G;ibdata2:2G;ibdata3:10M:autoextend".
> 
> But Server couldn't start.
> 
> How can i to achieve my idea?

You can not split it, here is how to add a new one:
http://dev.mysql.com/doc/refman/5.0/en/adding-and-removing.html

Your previous variable had autoextend on ibdata2, why would you change
to ibdata3? Is it because of the disk space problem? If you stil have
disk space for ibdata2, just use ibdata2 and you will be fine.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to