Forums

exporting my MySql Databases

I have tried this command mysqldump -u yourusername -h yourusername.mysql.pythonanywhere-services.com --set-gtid-purged=OFF --no-tablespaces 'yourusername$dbname' > db-backup.sql but the databases that i exported is empty

Did it print out any error messages, or anything like that?