Jump to content

kilx

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by kilx

  1. i got below message on my server..

     

    i don\'t use user \'apache\' to connect to mysql but this error mention that acces denied for user \'apache@localhost\'. what exactly happen to my server...

     

    i have a config file store my database parameter like username, password define like below syntax

    ...
    define(\"DB_USERNAME\", \"username\");
    define(\"DB_PASSWORD\", \"<password>\");
    define(\"DB_HOST\", \"localhost\");
    ...
    [code]
    then i make mysql connection using the defined value..
    [code]
    ...
    mysql_connect(DB_HOST, DB_USERNAME, DB_PASSWORD)
    ...
    

     

    The error code!

    Warning:  mysql_query(): Access denied for user: \'apache@localhost\' (Using password: NO) in /home/httpd/vhosts/minddivine.com/httpdocs/cssPortal/includes/functions/sessions.php on line 37
     
    Warning:  mysql_query(): A link to the server could not be established in /home/httpd/vhosts/minddivine.com/httpdocs/cssPortal/includes/functions/sessions.php on line 37
     
    Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/minddivine.com/httpdocs/cssPortal/includes/functions/sessions.php on line 38
     
    Warning:  mysql_query(): Access denied for user: \'apache@localhost\' (Using password: NO) in /home/httpd/vhosts/minddivine.com/httpdocs/cssPortal/includes/functions/sessions.php on line 43
     
    Warning:  mysql_query(): A link to the server could not be established in /home/httpd/vhosts/minddivine.com/httpdocs/cssPortal/includes/functions/sessions.php on line 43
    

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.