Owner's Manual

898
[Installation root\/oware3rd/mysql/ibdata/ibdata1:2048M;c:/dorado/
oware3rd/mysql/ibdata/ibdata2:2048M:autoextend:max:2048M
The autoextend property can only be found in the last data file specified. YOu must specify the size
to which the first file grew when adding the second data file. See MySQL's documentation on the
addition or removal of innoDB data files to determine the syntax. It is located at
dev.mysql.com/
doc/refman/4.1/en/adding-and-removing.html
The process essentially follows these steps:
1
Shutdown the application
2
Shutdown MySQL
3
Modify
my.ini/my.cnf
4
Restart MySQL
5
Restart the application
If you store more historical data online (in your database) you must size it accordingly. This avoids
databases filling before you are ready to manage the system.