Mysql – Restore MySQL Databases from File backups, not MySQL Export

database-restoreMySQLrestorewindows-server-2008-r2windows-server-backup

I've got a Windows Server and I get Windows Server Backup to backup all the files every day. I don't however have a system image so I cannot use that.

I've tried just copying the database files into the MySQL Data folder, but most/all of the tables are missing (wordpress). Is there any other way I could recover this data?

I believe it was using InnoDB.

Best Answer

If you are using InnoDB, then you need the ibdata* files that should have been in the main MySQL data directory, i.e. the parent of the folder containing the database files.