Roundcube Community Forum

Release Support => Pending Issues => Topic started by: hafifizainal on March 14, 2010, 10:35:17 AM

Title: MDB2 Error: connect failed
Post by: hafifizainal on March 14, 2010, 10:35:17 AM
Check configured database settings
DSN (write):  NOT OK(MDB2 Error: connect failed)

Make sure that the configured database exists and that the user has write privileges
DSN: mysql://user:password@localhost/roundcube  

my mysql user i have tick all privileges.
i using cpanel.
what's my problems?
Title: MDB2 Error: connect failed
Post by: rosali on March 15, 2010, 01:03:35 AM
Did you replace user:password by real username/password?
Title: MDB2 Error: connect failed
Post by: hafifizainal on March 23, 2010, 07:17:30 PM
i dont get it, please help me.
Title: MDB2 Error: connect failed
Post by: dshepherd on March 24, 2010, 09:52:05 AM
Rosali was referring to the last line in your code snippet, which is:

DSN: mysql://user:password@localhost/roundcube  

You need to ensure that you have replaced 'user' with your database username and 'password' with your database password.