Hi, I have installed the package. But i see it's sqlite is configured. I wan't used with mysql. How to change ? Thanks
I have configured in config/db.inc.php Replace $rcmail_config['db_dsnw'] = 'sqlite://./sqlite.db?mode=0646'; to $rcmail_config['db_dsnw'] = 'mysql://userassword@localhost/database';