Zentyal Forum, Linux Small Business Server

International => Magyar => Topic started by: lszakonyi on January 16, 2014, 11:03:25 pm

Title: Roundcube DATABASE ERROR: CONNECTION FAILED!
Post by: lszakonyi on January 16, 2014, 11:03:25 pm
Új telepítést csináltam, 3.2-vel. Modulokat feltettem, majd a mentésből visszaállítottam a beállításokat. Minden jó lett csak a webmail nem.

Így sikerül megoldanom.

    Disable the webmail service in 'Module Status'
    Modify /etc/mysql/conf.d/zentyal.cnf so that innodb=on
    Reload the MySQL service
    Get the MySQL password from /var/lib/zentyal/conf/zentyal-mysql.passwd and connect with sudo mysql -p
    DROP DATABASE roundcube;
    Run the script /usr/share/zentyal-webmail/enable-module
    Enable the service in 'Module Status'