Author Topic: Roundcube DATABASE ERROR: CONNECTION FAILED!  (Read 2125 times)

lszakonyi

  • Zen Apprentice
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Roundcube DATABASE ERROR: CONNECTION FAILED!
« 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'
« Last Edit: January 17, 2014, 11:34:53 am by lszakonyi »