RAID

"Jorge Bastos" <[email protected]> Thu, 11 Jan 2007 16:53:04 -0000
Newsgroups gmane.comp.db.mysql.windows
Message-ID <[email protected]>
Hi,
Does anyone works with RAID on InnoDB datatype?
I want to split files at 4000MB, i have:

---
innodb_data_home_dir = /home/mysql
innodb_data_file_path=ibdata1:10M:autoextend:max:4000M
---


But, when it gets this size, it just says "file too full" or something like.

Jorge