Easiest way to copy a mysql database from windows to linux?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-06-07T16:46:44Z
Indexed on
2010/06/07
16:52 UTC
Read the original article
Hit count: 113
mysql
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.
© Stack Overflow or respective owner