Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on October 31, 2013, 08:09:14 pm

Title: Roundcube database error.
Post by: Aby 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

===