Okay so I fiddled around with it a bit and was able to get this error message when trying #4 on the page jholder provided:
Code:
080717 1:32:38 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 0 1784059982
InnoDB: 2 transaction(s) which must be rolled back or cleaned up
InnoDB: in total 3 row operations to undo
InnoDB: Trx id counter is 0 2706432
080717 1:32:38 InnoDB: Error: table 'mboxgroup67/appointment'
InnoDB: in InnoDB data dictionary has tablespace id 921,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
InnoDB: for how to resolve the issue.
080717 1:32:38 InnoDB: Error: table 'mboxgroup67/imap_folder'
InnoDB: in InnoDB data dictionary has tablespace id 927,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
InnoDB: for how to resolve the issue.
080717 1:32:38 InnoDB: Error: table 'mboxgroup67/imap_message'
InnoDB: in InnoDB data dictionary has tablespace id 929,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
InnoDB: for how to resolve the issue.
080717 1:32:38 InnoDB: Error: table 'mboxgroup67/pop3_message'
InnoDB: in InnoDB data dictionary has tablespace id 924,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
InnoDB: for how to resolve the issue.
080717 1:32:38 InnoDB: Error: table 'mboxgroup67/tombstone'
InnoDB: in InnoDB data dictionary has tablespace id 922,
InnoDB: but tablespace with that id or name does not exist. Have
InnoDB: you deleted or moved .ibd files?
InnoDB: This may also be a table created with CREATE TEMPORARY TABLE
InnoDB: whose .ibd and .frm files MySQL automatically removed, but the
InnoDB: table still exists in the InnoDB internal data dictionary.
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb-troubleshooting.html
InnoDB: for how to resolve the issue.
080717 1:32:38 InnoDB: Starting an apply batch of log records to the database.
After that, it just dumps the data.
Code:
InnoDB: End of page dump
080717 1:32:39 InnoDB: Page checksum 809267069, prior-to-4.0.14-form checksum 1330400654
InnoDB: stored checksum 1895350281, prior-to-4.0.14-form stored checksum 1488708 828
InnoDB: Page lsn 0 1783877752, low 4 bytes of lsn at page end 1783925701
InnoDB: Page number (if stored to page already) 61,
InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 504
InnoDB: Page may be an index page where index id is 0 1365
InnoDB: Database page corruption on disk or a failed
InnoDB: file read of page 61.
InnoDB: You may have to recover from a backup.
InnoDB: It is also possible that your operating
InnoDB: system has corrupted its own file cache
InnoDB: and rebooting your computer removes the
InnoDB: error.
InnoDB: If the corrupt page is an index page
InnoDB: you can also try to fix the corruption
InnoDB: by dumping, dropping, and reimporting
InnoDB: the corrupt table. You can use CHECK
InnoDB: TABLE to scan your table for corruption.
InnoDB: See also InnoDB: http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery .html
InnoDB: about forcing recovery.
080717 1:32:39 - mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
Any suggestions for this one?
Thanks for the help thus far =).