Thread: Sql help thing.
View Single Post
  #1 (permalink)  
Old 10-22-2004, 09:22 PM
psyburn's Avatar
psyburn psyburn is offline
Junior Member
 
Join Date: Mar 2004
Posts: 4
Send a message via AIM to psyburn Send a message via MSN to psyburn Send a message via Yahoo to psyburn
Default Sql help thing.

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.

Reply With Quote