Basically, what I did is:
mysqldump -uroot -pxxx <some_options> --result-file Backup.sql --databases mysql customappdb
Is it sane to later do
mysql -uroot -pxxx < Backup.sql
Or do I need to take special precautions? I'm running 5.1.73-community.