Roundcube Community Forum

 

MDB2 Error: connect failed

Started by hafifizainal, March 14, 2010, 10:35:17 AM

Previous topic - Next topic

hafifizainal

Check configured database settings
DSN 
(write):  NOT OK(MDB2 Errorconnect 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?

rosali

Did you replace user:password by real username/password?
Regards,
Rosali

hafifizainal

i dont get it, please help me.

dshepherd

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.