tags:

views:

42

answers:

3

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.

A: 

If you use PHPMyAdmin it has an export feature which makes it very easy to transfer.

Kerry
+5  A: 

Use mysqldump

Vinodh Ramasubramanian
A: 

MYSQL WorkBench 5.2.22 will allow you to do this very easily.

Gary