Roundcube: DATABASE ERROR: CONNECTION FAILED!
Roundcube: DATABASE ERROR: CONNECTION FAILED!
Newly installed control panel
Roundcube: DATABASE ERROR: CONNECTION FAILED!
http://awesomescreenshot.com/06d2u8kk36
Roundcube: DATABASE ERROR: CONNECTION FAILED!
http://awesomescreenshot.com/06d2u8kk36
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
Hello,
Im sure I had this issue, Log into phpmyadmin check that the roundcube database has all the tables in the database.
When I checked it didnt have them, I ran the roundcube script manually that creates the correct tables.
Steve
Im sure I had this issue, Log into phpmyadmin check that the roundcube database has all the tables in the database.
When I checked it didnt have them, I ran the roundcube script manually that creates the correct tables.
Steve
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
Which databases can be found?stevetoza wrote:Hello,
Im sure I had this issue, Log into phpmyadmin check that the roundcube database has all the tables in the database.
When I checked it didnt have them, I ran the roundcube script manually that creates the correct tables.
Steve
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
If you log in as root into mysql pretty sure the db name is roundcube or roundcubedb
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
username? password?stevetoza wrote:If you log in as root into mysql pretty sure the db name is roundcube or roundcubedb
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
You may be able to find the password in /root/.my.cnf
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
how can i update Roundcubestevetoza wrote: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
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
what is Roundcube mysql namestevetoza wrote: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
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
Hi,kudouyuzi wrote:what is Roundcube mysql namestevetoza wrote: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
You can find it in :
Code: Select all
/ect/roundcube/db.inc.php
Code: Select all
$rcmail_config['db_dnsw'] = 'mysql://roundcube:**********@localhost/roundcube';
Re: Roundcube: DATABASE ERROR: CONNECTION FAILED!
this db?Youp wrote:Hi,kudouyuzi wrote:what is Roundcube mysql namestevetoza wrote: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
You can find it in :Check the line :Code: Select all
/ect/roundcube/db.inc.php
You can see that roundcube mysql name is ... : roundcubeCode: Select all
$rcmail_config['db_dnsw'] = 'mysql://roundcube:**********@localhost/roundcube';
http://awesomescreenshot.com/0692wh1y71
What do I need to import the database file?