Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kod007

Pages: [1]
1
E-Mail / Re: Roundcube: database error: connection failed
« on: February 19, 2015, 12:32:31 PM »
ssh root

 cd /usr/local/apache/htdocs/roundcube/config/

nano db.inc.php

$rcmail_config['db_dsnw'] = 'mysqli://roundcube:password@localhost/roundcube';

change

$rcmail_config['db_dsnw'] = 'mysql://roundcube:password@localhost/roundcube';



mysqli change mysql :)

Pages: [1]