php.ini configuration issues

Hello friends,
I am still young in php. However, i have not made any configuration apart from installation.
The problem now is: when i use the database connection code:
mysql_connect(...);
i get an error of "Access Denied". I have tried solving this problem from php.ini but i seem not to get it.
 

doni

New Member
Are you setting the mysql user and password and are they correct? I don't think the access denied is related to php.
 

krymson

Member
doni is correct you have to make sure your DB name user name and password are correct it's not an php.ini problem. Are you working with a config file?
 
Top