Got this issue today, but can’t follow the instruction to unlock the DB.
mysql> use cattle
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> vagrant@rancher-server:~$
It quits after run use cattle
Updates:
Fix by the prompt, when run mysql, add -A after it:
mysql -A