I need to do the backup of a database (DUMP) that comes with create schema
.
What command line using PUTTY (via SSH) to do such a task?
I researched and found this command but it only backs up the tables and data.
mysqldump -h HOST -u LOGIN -pSENHA --opt --routines --triggers BANCO > backup.sql