Roundcube mysql

Discussion in 'Installation/Configuration' started by mccharlet, Aug 5, 2010.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    I have installed the package. But i see it's sqlite is configured.

    I wan't used with mysql.
    How to change ?

    Thanks
     
    Last edited: Aug 7, 2010
  2. mccharlet

    mccharlet Member HowtoForge Supporter

    I have configured in config/db.inc.php

    Replace

    $rcmail_config['db_dsnw'] = 'sqlite://./sqlite.db?mode=0646';
    to
    $rcmail_config['db_dsnw'] = 'mysql://user:password@localhost/database';
     

Share This Page