Hi I have a db I want to backup which is located at "whois > zonefile"
So I presume the correct format should be whois_zonefile
ie this..
mysqldump -uuser -ppass whois_zonefile > zonefile.sql
But that errors with
mysqldump: Got error: 1049: Unknown database 'whois_zonefile' when selecting the database
Thanks