Skip to main content

ibdata1 corrupted

Comments

5 comments

  • 24x7server
    You will be lucky if you have SQL dump file of the databases, I think you will have to restore the SQL database dumps on the new server as that will restore the innodb table information for that database.
    0
  • mesranet
    Dear Tech, Is it possible if i only need to restore all the client database without restoring email or any other data ? Will that possible ? Hopefully if you can give proper step. TQ so much
    0
  • Infopro
    I'm totally lost, what should i do?

    This thread may be of some use to you: InnoDB Corruption Repair Guide
    0
  • mesranet
    Dear All, Thanks god, after taking 1 day rest and long sleep, i got an idea by looking back to the corrupted disk, i boot the disk and i run the mysqldump --all-database > all_database.sql and its work, so now on part of restoration, may i know how to restore from the command line and how about the grant or ownership of database ? Please help. TQ
    0
  • cPanelMichael
    Thanks god, after taking 1 day rest and long sleep, i got an idea by looking back to the corrupted disk, i boot the disk and i run the mysqldump --all-database > all_database.sql and its work, so now on part of restoration, may i know how to restore from the command line and how about the grant or ownership of database ?

    Hello, You can restore the databases with a command such as:
    mysql < /path/to/all_databases.sql
    Also, the
    0

Please sign in to leave a comment.