Hi list,
I have the following error in a MySQL server:
050617 09:16:35 mysqld started
InnoDB: Error: tablespace size stored in header is 8660992 pages, but
InnoDB: the sum of data file sizes is only 6432768 pages
050617 9:16:40 InnoDB: Started
/usr/sbin/mysqld-max: ready for connections
And here is the background:
This server is setting up as a slave server, We configured it via master's
full backup, so we copied all the directories of the data bases, ibdata
files and its config file almost is equals to the master config file the
only differences are the ibdata_path.
When the server starts, displays the previous message.
I checked the size of the master's ibdata files versus the slave's and both
files are the same size.
I did a count(*) from all the tables, check table of all the tables and it
seems that all the tables are fine.
Any suggestions to correct the slave message error.
Thanks in advanced and greetings
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]