My first guess would be that their directions might have confused you. The MySQL directions are still a bit geeky.
Did you type the less than and greater than characters? In this case, those are meta-quotes, meaning that the phrase between them is a description, not what you type literally.
For instance, if a pattern like "<first_name> <last_name>" was used for me, you would use "Pat Phelan"
In your example, I'd use:
Code:
dbmcli -d test01 -U dbm,dbm
and see if that worked.
-PatP