Hi,
After a bad move, i accidently overwrite my /usr/share/psa-roundcube/config/db.inc.php
With one from another server. Now roundcube does not want to connect to mysql anymore, i tried to edit this line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:randompassword@localhost/roundcubemail';
i then used a MD5 generator to input the hash in the password field of the roundcube user in mysql, with no luck
I even tried to delete roundcube user from mysql, then remove psa-roundcube, then go through the plesk update manager and install roundcube again, did not change nothing, it didn't even create the roundcube user.
Is there anyway i can reinstall roundcube from scratch?
PPP 11.5 up to date on ubuntu 12.04
Thank you
here is what i get in the logs :
I also tried :
After a bad move, i accidently overwrite my /usr/share/psa-roundcube/config/db.inc.php
With one from another server. Now roundcube does not want to connect to mysql anymore, i tried to edit this line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:randompassword@localhost/roundcubemail';
i then used a MD5 generator to input the hash in the password field of the roundcube user in mysql, with no luck
I even tried to delete roundcube user from mysql, then remove psa-roundcube, then go through the plesk update manager and install roundcube again, did not change nothing, it didn't even create the roundcube user.
Is there anyway i can reinstall roundcube from scratch?
PPP 11.5 up to date on ubuntu 12.04
Thank you
here is what i get in the logs :
Code:
[05-Oct-2013 14:03:54 +0200]: DB Error: _doConnect: [Error message: Access denied for user 'roundcube'@'localhost' (using password: YES)]
[Native code: 1045]
[Native message: Access denied for user 'roundcube'@'localhost' (using password: YES)]
** mysql(mysql)://roundcube:xxx@localhost/roundcubemail in /usr/share/psa-roundcube/program/include/rcube_mdb2.php on line 107 (GET /)
[05-Oct-2013 12:03:56 UTC] MDB2 Error: connect failed (-24): _doConnect: [Error message: Access denied for user 'roundcube'@'localhost' (using password: YES)]
[Native code: 1045]
[Native message: Access denied for user 'roundcube'@'localhost' (using password: YES)]
I also tried :
Code:
mysql> update user set password=password("whatever_password_i_put_in_the_db.inc.php") where user="roundcube";
Last edited: