How to create a mysqldump (export database). src: https://www.youtube.com/watch?v=2hsOk0XcYC4
1 - Initi the shell as admin.
2 - Go up to the folder that contains the mysqldump.
3 - Run the command shell > mysqldump -u [databaseusername] -p [dababase_name] > [path_database_output]
4 - Enter pass user database_server