Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Roundcube database error.  (Read 2775 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Roundcube database error.
« on: October 31, 2013, 08:09:14 pm »
Roundcube database error

===

If you found database error on roundcube then do the following

mysqldump roundcube > roundcube.sql
mysqladmin drop roundcube
mysqladmin create roundcube
mysql roundcube < /usr/local/cpanel/base/3rdparty/roundcube/SQL/mysql.initial.sql
/etc/init.d/cpanel restart

===