I just decided to use my.cnf and bumped into this error message
030729 22:04:22 mysqld started
InnoDB: Error: data file /usr/local/mysql/data/ibdata1 is of a different size
InnoDB: 81024 pages (rounded down to MB)
InnoDB: than specified in the .cnf file 16384 pages!
InnoDB: Could not open data files
030729 22:04:23 Can't init databases
030729 22:04:23 Aborting
030729 22:04:23 InnoDB: Warning: shutting down a not properly started
InnoDB: or created database!
030729 22:04:23
/usr/local/mysql-standard-4.0.13-sun-solaris2.8-sparc/bin/mysqld: Shutdown
Complete
030729 22:04:23 mysqld ended
I am assuming I need to change values in the following line taken from my.cnf
file
innodb_data_file_path = ibdata1:10M;ibdata2:10M:autoextend
Please help
Thanks
--
Asif Iqbal
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08
There's no place like 127.0.0.1
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]