titan

Members
  • Content count

    1
  • Joined

  • Last visited

About titan

  • Rank
    Forum Newbie
  1. 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