Well, I'm trying to install
http://www.neocrome.net/ <---this thing. Well first I have to edit the config file. And I'm seem to have a slight problem afterwords.
Warning: mysql_connect(): Access denied for user: 'animix_copp2@mainstream.navigatoris.us' (Using password: YES) in /home2/animix/public_html/home/system/database.mysql.php on line 24
Could not connect to database!
Well, the problem is somewhere:
$cfg['mysqlhost'] = 'navigatoris.us'; // Database host URL
$cfg['mysqluser'] = 'animix_copp2'; // Database user
$cfg['mysqlpassword'] = '****'; // Database password
$cfg['mysqldb'] = 'animix_copp2'; // Database name
Over there. The database I need it to connect to is "animix_copp2". I also heard that the user must be the same. Anyway I need help.