What commands I can use at ssh to export(download) mysql database using SSH?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
To export a mysql dump using SSH, execute the following command:
Enter password when prompted. and you are done.
Have a look here: MySQL Import and Export (.sql file) via SSH
Hope this helps.
I guess its too late but for a detail answer for future reference:
here you can change the username root to yours -p will ask for your password later. and after the > you can mention your location where you want to save your backup file.