is there a way to move mysql database from Windows(Wamp) to Ubuntu(Xamp)? -


i have mysql database created using phpmyadmin on windows(wamp). database has on 2million records. anytime run query either through cli or phpmyadmin, query takes long time execute. want move database windows ubuntu system higher capacity. kindly advise me on best way go this. thank you.

the easiest way dump contents of database, move contents new location , upload them new database. more details can found here.


Comments