Am 23.02.2016 um 17:46 schrieb Dominique:
> Hi,
> 
> I am in the process of splitting services between servers, mysql on one
> side, SOGo (web) on the other.
> 
> But I hit the following error in the new SOGo server:
> 
> 2016-02-23 17:21:54.657 sogod[6482] ERROR: could not open MySQL4
> connection to database 'sogo': Access denied for user 'sogo'@'localhost'
> (using password: YES)
> Feb 23 17:21:54 sogod [6482]: [ERROR]
> <0x0x7fede2352b58[GCSChannelManager]> could not open channel
> <MySQL4Channel[0x0x7fede2745ad8] connection=0x(null)> for
> mysql://localhost/sogo/test0001234_acl
> 
> Which is kind of weird since in the sogo.conf file, the access is done
> for a remote server:
> 
< cut >

This is correct.
SOGo/SOPE is storing the database link per user in its user table.
With that you can use different databases as backends for different user
groups.

In order to be able to change databases, without doing database updates,
we used a fake database server name.
That fake name is added in the /etc/hosts file, which can be changed at
any time.

There where several threads in this mailing list because of that.
Please search there first.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to