AW: [SOGo] - Error memcached

2022-07-18 Thread "Peter Nagel"
Hi, this is only one half of the necessary steps: have you changed the bind-address in your mysqld.cnf from bind-address=127.0.0.1 to bind-address=0.0.0.0 to allow external connections? You can try to connect locally via the ip of the server instead of localhost to test this. Ah, and

AW: [SOGo] - Error memcached

2022-07-15 Thread "Peter Nagel"
Hi, > >> OCSCacheFolderURL = > >> "mysql://sogo:@172.17.2.224:3306/sogo/sogo_cache_folder"; you are not using localhost for your SQL Connection: is the database really on a different machine? If not: is it set to accept connections from any other IP than localhost? Bye, Peter >