I use mysqldump to export data from mysql . I got filename.sql ,but how can I import to another place? (msql)
Msqlimport.exe ?? çHow can i use ? I try but not work please I need help, thank you.
try:
msql < filename.sql
Edit filename.sql if you get errors, it's just a text file.
I don't have msql so I can't test this.