The command I miswrote above
mysqldump -u root -p bitnami_wordpress > backup.sql
the username in my wp-config file is bn_wordpress and the password is there too.
I commands I have tried are
mysqldump -u bn_wordpress -p > backup.sql
mysqldump -u root -p > backup.sql
mysqldump -u bitnami -p > backup.sql
I have tried this to make an application database backup
mysqldump -u root -p bitnami_wordpress > backup.sql
it just hangs
Please help