Export
Start the command line.
Enter
"C:\PathToMySQL\bin\mysqldump.exe" -uUSER
-pPASSWORD DATABASE > filename.sql
Replace C:\PathToMySQL with the path
where your MySQL server is stored
Replace USER with your username
Replace PASSWORD with your password
Replace DATABASE with the name of
the database you wish to export
Replace filename.sql with the filename
you wish the eport to be named.