I'm trying to create a full backup of multiple databases in MySQL using the --all-databases
command but the output sql file is always only 1kb.
When I specify each database individually using just the --databases
command the databases are backed up but it does not restore all tables when I upload the dump file to another MySQL installation.