Search found 3 matches
- Wed Jul 23, 2014 4:07 pm
- Forum: Mail Server
- Topic: Roundcube Update
- Replies: 16
- Views: 38585
Re: Roundcube Update
Hi, If you are still looking for an answer, here are the steps I followed : *** Save Original Files mv /usr/share/roundcube/ /usr/share/roundcube_bk/ cp -R /var/lib/roundcube/ /var/lib/roundcube_bk/ *** Download Roundcube and prepare the folder tar xvf rcm[NAME_MAY_DIFFERS].tar.gz cp -R rcm[NAME_MAY...
- Tue Jun 03, 2014 2:24 pm
- Forum: Mail Server
- Topic: Roundcube: DATABASE ERROR: CONNECTION FAILED!
- Replies: 14
- Views: 24049
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
Hi,
In my case VestaCP came with roundcube working, I mean that the database were ready.
If yours is empty, you can also get the sql sources from the official repo.
On github : https://github.com/roundcube/roundcubem ... nitial.sql
In my case VestaCP came with roundcube working, I mean that the database were ready.
If yours is empty, you can also get the sql sources from the official repo.
On github : https://github.com/roundcube/roundcubem ... nitial.sql
- Sat May 31, 2014 3:31 pm
- Forum: Mail Server
- Topic: Roundcube: DATABASE ERROR: CONNECTION FAILED!
- Replies: 14
- Views: 24049
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
These would be the main mysql root username and password. They would have been set when mysql was installed. You may be able to find the password in /root/.my.cnf what is Roundcube mysql name Hi, You can find it in : /ect/roundcube/db.inc.php Check the line : $rcmail_config['db_dnsw'] = 'mysql://ro...