Mysql Undrop for Innodb Database recovery script v2

Hi,
This is an update, now the script supports the following option : “innodb_file_per_table=0” !

A big “thank you” to Nick for his help 😉

To get the update, just download the file again.

wget http://mysql.on.windows.free.fr/wp-download/RecovDB.sh

don’t forget to grant the right to execute the script

chmod +x RecovDB.sh

then, launch the script, command is the same !

./RecovDB dataDirPath dbname

Read my previous post to get more info

EOT

2 thoughts on “Mysql Undrop for Innodb Database recovery script v2”

  1. basename: invalid option — ‘s’
    Try `basename –help’ for more information.
    RecovDB.sh: 25: RecovDB.sh: Bad substitution

    Can you help me ? whith this error

    thanks

    1. Hi Fabricio,

      I made a new version, you should re-download the file and retry.

      I think you have an old version of coreutils (basename function) so i have removed this dependency.

      Is it working now ?

Leave a Reply

Your email address will not be published. Required fields are marked *