I reinstalled WAMP Server today, the same version I've used to create several databases. All my database data is still present in the original wamp/bin/mysql/mysql5.6.12/data
files. All the .frm
and .ibd
files are present.
What do I need to do to recover these tables?
I've already checked file permissions, modified the innodb_force_recovery
variable and created a new mysql-bin.index
file.