createcontext fails; « Could not create connection to database server »

Fix:

mysql> update configdb.db_pool set password = ‘asdfasdf’;

mysql> update mysql.user set password = password’asdfasdf’ where user = ‘openexchange’;t

hen restart mysql, since I set it using UPDATE instead of the proper way

$ vim /opt/open-xchange/etc/admindaemon/configdb.properties

vim /opt/open-xchange/etc/groupware/configdb.propertiespossible cause:

The previous commands I was typing found here: http://oxpedia.org/wiki/index.php

viacreatecontext fails; « Could not create connection to database server ».

Retour en haut