Jump to content

kilx

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kilx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. what to do if i have a \'apache\' user..? do i need to delete or what..? thx!
  2. 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.