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