Quote:
Originally Posted by Caryatis
The issue with the DB is that it was a backup made with MySQL administrator. Apparently this isnt compatible with a HeidiSQL import, so if you want the DB download MySQL GUI Tools and then restore it with the admin tool.
Either way the tools are pretty useful.
|
If you still have it, run a mysqldump from cmd and it will source like a beauty.
mysqldump -u(user) p(pass) database > "C:\filetreehere.sql"