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.
-
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.