This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
E-Mail / Re: Roundcube - Database error connection failed
« on: October 22, 2016, 12:42:55 PM »
Hi faisal. You must create a user for roundcube database, give that privileges. Then go to /usr/local/apache/htdocs/roundcube/config/config.inc.php and change this line
$config['db_dsnw'] = 'mysql://your_username_that_you_create_for_your_database_roundcube:your_password@127.0.0.1/roundcube';
I had the same problem, I solve it with this methode. Let me know if this method solves your problem
$config['db_dsnw'] = 'mysql://your_username_that_you_create_for_your_database_roundcube:your_password@127.0.0.1/roundcube';
I had the same problem, I solve it with this methode. Let me know if this method solves your problem
Pages: [1]