Roundcube Community Forum

Release Support => Release Discussion => Topic started by: fellipeh on November 22, 2011, 12:16:57 PM

Title: Erro using MySQL: DATABASE ERROR: CONNECTION FAILED!
Post by: fellipeh on November 22, 2011, 12:16:57 PM
Hello,

I try to install roundcube in ubuntu server, using apt-get... I set my MySQL configs.. but when I try to access shoe me these erro: DATABASE ERROR: CONNECTION FAILED!

here are my config file:

Code: [Select]

$dbuser='root';
$dbpass='pox2ntosl204';
$basepath='';
$dbname='roundcube';
$dbserver='';
$dbport='';
$dbtype='mysql';


The user and password is correct, I connect using phpMyAdmin... I try to use SQLite, but same problem...

How can I fix these?

thanks