Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Haripriya H on October 25, 2013, 10:58:01 pm

Title: Unable to connect to database ! Please contact your server administrator.
Post by: Haripriya H on October 25, 2013, 10:58:01 pm
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
======================================