I'm having a problem (I'm newbie, sorry) with my Databases here.
I have created a new one for joomla instalation, but i get the error that it could not connect.
This is how it is on "configuration.php" of joomla directory.
/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = 'uuuq.com'; // This is normally set to localhost
var $user = 'aeroconvirtual_admin'; // MySQL username
var $password = '******'; // MySQL password
var $db = 'aeroconvirtual_joomla'; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!
I've tried to put on the host "localhost" first, but it didn't worked also.
Someone could help?