fix mysql prives for phorge install: - become real root user (NOT sudo) - mysql -u root -p - ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyN3wP4ssw0rd'; root@phorge-1001:/srv/phorge# ./bin/config set mysql.pass MyN3wP4ssw0rd $ ./bin/storage upgrade Before running storage upgrades, you should take down the web interface and stop any running daemons (you can disable this warning with --force). systemctl stop apache2 Are you ready to continue? [y/N] y Loading quickstart template onto "localhost"... ... Applying schema adjustments... Done. Completed applying all schema adjustments. ANALYZE Analyzing tables... Done. ANALYZED Analyzed 527 table(s). systemctl start apache2