--default-character-set=utf8 is the option you are looking for that you can use with these others:
mysqldump
Also, check --hex-blobthis helps --hex-blobbinary strings in hexadecimal so that I can guarantee (to be more portable) import execution.
The option --databasescauses all names on the command line to be treated as database names. Without this option, mysqldumptreats the name as the database name, and the following as table names.
--all-databases --databases mysqldump CREATE DATABASE USE . , , , , , , . , , --add-drop-database. mysqldump DROP DATABASE CREATE DATABASE.
:
: