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?
Did you replace user:password by real username/password?
i dont get it, please help me.
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.