Author Topic: MDB2 Error: connect failed  (Read 3650 times)

Offline hafifizainal

  • Newbie
  • *
  • Posts: 3
MDB2 Error: connect failed
« on: March 14, 2010, 10:35:17 AM »
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?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MDB2 Error: connect failed
« Reply #1 on: March 15, 2010, 01:03:35 AM »
Did you replace user:password by real username/password?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline hafifizainal

  • Newbie
  • *
  • Posts: 3
MDB2 Error: connect failed
« Reply #2 on: March 23, 2010, 07:17:30 PM »
i dont get it, please help me.

Offline dshepherd

  • Jr. Member
  • **
  • Posts: 87
MDB2 Error: connect failed
« Reply #3 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.