Try:
1. Login into mysql
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
CREATE USER 'sascha'@'localhost' IDENTIFIED BY 'some_pass';
GRANT ALL PRIVILEGES ON *.* TO 'sascha'@'localhost'
-> WITH GRANT OPTION;
FLUSH PRIVILEGES;
GRANT ALL PRIVILEGES ON *.* TO 'sascha'@'localhost'
-> WITH GRANT OPTION;
FLUSH PRIVILEGES;
/opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a --mysql-root-user sascha --mysql-root-passwd some_pass -i
/opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
--servername=oxserver --configdb-pass=db_password \
--master-pass=admin_master_password --network-listener-host=localhost --servermemory 5012
/etc/init.d/open-xchange restart
...go smoking...
/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
/opt/open-xchange/sbin/oxinstaller --add-license=YOUR-OX-LICENSE-CODE \
--servername=oxserver --configdb-pass=db_password \
--master-pass=admin_master_password --network-listener-host=localhost --servermemory 5012
/etc/init.d/open-xchange restart
...go smoking...
/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
Leave a comment: