Change associated Account
-
From this page, https://docs.cloudron.io/appstore/#change-associated-account , where should I enter this command?
mysql -uroot -ppassword -e "DELETE FROM box.settings WHERE name='cloudron_token';"
If on the command line of the server, I get an error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I replaced "password" after -p with my root password.
-
@zylstra You have to SSH into the server and run those commands. You don't need to replace the "password", the root password of the database is actually just password (this is fine since it's not exposed externally and only available on localhost).