Secure backup of a MyISAM database: --lock-all-tables:
> mysqldump -u root -p --lock-all-tables databasename > backup.sql