over 9 years ago
Sometimes when you have large databases files and you are unable to export the database manually. Then the easiest (and fastest) way is to use command line.
Export:-
To export the database first need to run the mysqldump.exe and give the filename with destination path where to store the file.
You can put the destination path where you want to save the SQL file.
0 Comment(s)