While logging to Round Cube through Webmail You might get below mentioned error :
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
For solving the above error Just fire below mentioned command to solve it within secs :
=====================================
/usr/local/cpanel/bin/update-roundcube –force
=====================================
Now if the above tweak is still not working for you, try below tweak it will definitely fix the issue :
======================================
mysql -e “drop database roundcube”;
/usr/local/cpanel/bin/update-roundcube –force
======================================