A single database can be dumped via:
mysqldump -u joat --password=mypass wiki > wiki.sql
This will sometimes lead to errors about lock tables:
mysqldump: Got error: 1044: Access denied for user 'joat'@'localhost' to database 'wiki' when using LOCK TABLES
<comments>Simple_database_backup</comments>