Link to home
Start Free TrialLog in
Avatar of sydneyguy
sydneyguyFlag for Australia

asked on

installing zeeauctions

hi i have been stuck installing zeeauctions and cannot seem to get the data base running on the system, i have set the db with the correct DBname user and password with the approp privlidges editied the myconnect.php file with the approp data
used localhost instead of the url and it throws up the below error, i am guessing its the passwords usernamess there are 2 myconfig files one in the root and one in the admin
has any one installed this system
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'abc'@'localhost' (using password: NO) in /home/musician/public_html/tradingpost/myconnect.php  on line 25
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sydneyguy

ASKER

this si the config fie for the zeeauctions, understanding connections to mysql is not the problem, the problem is if there is a coding problem or i have something not as the code actually wants, this is what i am not sure of, its easy onece you have done it once cause you know what works and what it does not want to operaate

<?php

/*
Copyright Notice                
Web Site URL:  http://www.zeeways.com                  
Script Owner eMail: mail@zeeways.com    
Date: April, 2007        
Script Name: Zeeways Auction Website PHP Script  
Copyright Details: This script is not free.  Do not Remove this Copy Right notice.  
*/

// YOU NEED TO CHANGE THE CONTENTS OF THE values of variables given in single quotes

//CONFIGURATION SECTION STARTS ///

$servername='localhost' ;  // Replace this 'localhost' with your server name
$database_username='musician_username'; // Replace this  with your username
$database_password='musician_password';  // Replace this  with your password
$database_name='musician_DB';//'bidmonster';  // Replace this 'db' with your database name

// CONFIGURATION SECTION ENDS ////



mysql_connect($localhost,$musician_username,$musician_password);
mysql_select_db($musician_db);

?>
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
its defeinetly reading the right file
ok still got some problems with some Warning: session_start() [function.session-start]: Cannot send session cookie -
but its username as set up
password as set up
db as set up
and 'localhost'
not sure what was goign on before
does not use the admin mycongifg for start up
just need to close and sbmit points
thanks ray have dumped this add on its a peice of junk am now using webid brilliant bit of auction software its open source with lots of support and very well laid out and easy to install
hows the weather over there im in the UK again
garry