Roundcube Community Forum

 

Erro using MySQL: DATABASE ERROR: CONNECTION FAILED!

Started by fellipeh, November 22, 2011, 12:16:57 PM

Previous topic - Next topic

fellipeh

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:


$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