Sign in to follow this  
Ayan Pal

Mysql 5.1 Error tyring to load script - Any help would be appreciated

Recommended Posts

Hello,

 

Im a new user and trying out the php scripts for fusion chart demo the blueprints I think. I have built the db, assigned a user pretty straight forward stuff but its not wanting to recognize it. Im on mysql 5.1 and php 5. Any help or wisdom would be appreciated.

 

 

 

Error:

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xxxxx'@'localhost' (using password: NO) in /home/xxxxxx/public_html/fusion/App/Includes/Connection_inc.php on line 15

 

Could not connect: Access denied for user 'xxxxxx'@'localhost' (using password: NO)

 

 

 

Connection:

 

$hostdb = 'localhost'; // MySQl host

 

$userdb = 'xxxxxx_josh'; // MySQL username

 

$passdb = 'xxxx'; // MySQL password

 

$namedb = 'xxxxxx_fusion1'; // MySQL database name

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this