user34537
user34537

Reputation:

Easiest way to copy a mysql database from windows to linux?

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

Answers (3)

Gary
Gary

Reputation: 2916

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

Upvotes: 0

Vinodh Ramasubramanian
Vinodh Ramasubramanian

Reputation: 3185

Use mysqldump

Upvotes: 7

Kerry Jones
Kerry Jones

Reputation: 21848

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

Upvotes: 0

Related Questions