Author Topic: Erro using MySQL: DATABASE ERROR: CONNECTION FAILED!  (Read 3117 times)

Offline fellipeh

  • Newbie
  • *
  • Posts: 1
Erro using MySQL: DATABASE ERROR: CONNECTION FAILED!
« 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