View Single Post
  #54  
Old 09-10-2010, 12:42 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Caryatis View Post
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"
Reply With Quote