Roundcube “DATABASE ERROR: CONNECTION FAILED!” : Re-installation!
Step 1 : Remove teh Previous installation of Roundcube at the server side with the help of below steps
====================
cd /usr/local/cPanel/base
rm -rf roundcube*
mysql
mysql>drop database roundcube;
====================
Make sure that you have root mysql password with you before further installation.
Step 2 :
====================
cd /usr/local/cpanel/base
wget http://easynews.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1beta2.1.tar.gz
tar -zxvf roundcubemail-0.1beta2.1.tar.gz
mv -f roundcubemail-0.1beta2 roundcube
cd roundcube
chmod -R 777 temp
chmod -R 777 logs
====================
Step 3 : Please do create the database. Find mysql root password from /root/my.cnf
Login as user, root.
====================
mysql -u root -p
Password:
mysql>CREATE DATABASE roundcube;
mysql>use roundcube;
mysql>source SQL/mysql.initial.sql;
mysql>quit
====================
Step 4: Need to add the configuration as below :
====================
cd config
mv db.inc.php.dist db.inc.php
mv main.inc.php.dist main.inc.php
====================
Step 5: Need to Edit the configuration files like below:
====================
using your text editor edit db.inc.php
Find:
$rcmail_config[‘db_dsnw’] = ‘mysql://roundcube:pass@localhost/roundcubemail’;
Replace with:
$rcmail_config[‘db_dsnw’] = ‘mysql://root:rootpass@localhost/roundcube’;
#vi main.inc.php
====================
Step 6: Replace the corresponding root password
====================
using your text editor edit main.inc.php
Find:
$rcmail_config[‘default_host’] = ”;
Replace with:
$rcmail_config[‘default_host’] = ‘localhost’;
====================
Need to configure cPanel to show roundcube in the theme. X theme(default) only!!
====================
cd /usr/local/cpanel/base/roundcube/skins/default/images/
cp roundcube_logo.png /usr/local/cpanel/base/frontend/x/images/roundcube_logo.png
cp roundcube_logo.png /usr/local/cpanel/base/webmail/x/images/roundcube_logo.png
wget http://www.yourserverguide.com/Files/HGpatch-roundcube-1.0BETA2.1
patch -p0 < HGpatch-roundcube-1.0BETA2.1
====================
If you receive a message stating: Reversed (or previously applied) patch detected! Assume -R? Please press N for No as this is because you previously installed roundcube
This will auto do all the necessary changes to roundcube and the X theme. Once the patch is executed you may now access roundcube via http://yourdomain/webmail
Ah, the joys of building a website! Picture this: You're sitting there in your pajamas, coffee in hand, ready to…
Are you feeling like your website is running in slow motion? It can be frustrating when your online presence doesn't…
Are you ready to take your online store to the next level? Whether you're running a PrestaShop or OpenCart platform,…
Picture this: your website is like a fabulous party happening in the darkest corner of the internet, but nobody's showing…
Picture this: Your WordPress site is like that one friend who's always fashionably late to everything. You know, the one…