We moved this page to our Documentation Portal. You can find the latest updates here. |
Question:
Where can I find the root password for MySQL on the Control Panel server?
Environment:
All Versions of OnApp
Answer:
The root MySQL password can be found at /onapp/interface/config/database.yml
cat /onapp/interface/config/database.yml
To connect to the onapp database use the following command:
mysql -u root -p onapp
Please be very careful manipulating the OnApp database! We strongly suggest taking a mysqldump prior to making any changes.