Hey, im kinda new at php, mysql and setting up webmails so please bear with me.
Im trying to instal roundcube and in the test config I have the following;
Check config files
main.inc.php: OK
db.inc.php: OK
Check if directories are writable
RoundCube may need to write/save files into these directories
temp/: OK
logs/: OK
Check DB config
DSN (write): NOT OK(MDB2 Error: connect failed)
Make sure that the configured database exists and that the user has write privileges
DSN: mysql://roundcube:*******@localhost/roundcubemail
I have followed the instructions in the INSTALL file to create a database, user and grants in mysql using the following;
# mysql
> CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
IDENTIFIED BY '******';
> quit
Software versions i am using
PHP 5.2.6
hmailserver 5.3.3
roundcube 0.4
My sql essentials 5.1.50
Windows Server 2003 SP2
If anyone can point me in the right direction that would be tops
.......bump
Hello
I have the same problem. I have following installation and to test i have :
MDB2 Error: connect failed
Have you got a solution ?