Menu

Error on Step4 of setup

Help
mlmpros
2004-12-25
2013-06-03
  • mlmpros

    mlmpros - 2004-12-25

    I get the following error when completing step 4:
    Warning: mysql_connect(): Access denied for user: 'jwgmgcom_johng@66.6.223.70' (Using password: NO) in /home/jwgmgcom/public_html/phpform/process3.php on line 288

    Line 288
    $link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");

     
    • Musawir Ali

      Musawir Ali - 2004-12-26

      so you cannot make out what this error is telling you? :P

       
    • TickleTheMuse

      TickleTheMuse - 2006-02-24

      I'm having this problem as well, except I didn't forget my password.  :)  
      I did a test.php and it retrieved my database PHP values.  They are different than:
      $link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");

      My results are:
      <?php include("config.php"); mysql_connect("$dbhost", "$dbuname", "$dbpass"); mysql_select_db("$dbname"); echo mysql_error(); phpinfo(); ?>

      Is this possibly causing my problem?  And if so how do I fix it.  I installed using Fantastico.

      Here's my warning message:
      tickleth@localhost' (Using password: YES) in /home/tickleth/public_html/phpformgen/process3.php on line 288

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.