I am in need of backing up a data base (dump) that come with create schema. What is the command line using putty (via SSH) to do this job ? I researched and thought this command but it does only the tables backup and data.
mysqldump -h HOST -u LOGIN -pSENHA --opt --routines --triggers BANCO > backup.sql