Reputation:
I dont have perl install on windows. I would like to copy the entire testdb to testdb on my linux VM. What is the easiest way to do that? I can run code on my windows machine to connect to both DB and do sql operations. I am using C#.NET so if i need to write code and its simple then i'm open to that.
Upvotes: 1
Views: 3055
Reputation: 21848
If you use PHPMyAdmin it has an export feature which makes it very easy to transfer.
Upvotes: 0