• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. arso96
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    arso96

    @arso96

    0
    Reputation
    14
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    arso96 Unfollow Follow

    Latest posts made by arso96

    • RE: fog problem : HTTP ERROR 500

      Hello mate,
      Had the FOG issue: Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘root’@‘localhost’ (using password: NO) in /var/www/fog/management/index.php

      This is caused by the FOG PHP session looking to connect to ‘localhost’, the correct password is not being passed causing the failure. Not having time to research the exact fix I found the following is a quick solution…

      Before trying to open the FOG management webpage
      Install PHPMYADMIN (this makes database management easy)
      Open //localhost/phpmyadmin
      Create a new user and give them ALL permissions for ALL HOSTS (basically they should be the same as ROOT
      Check the user is there and the permissions are set correctly.
      Go into the PERMISSIONS tab and remove the password for ROOT under localhost & 127.0.0.1
      Open the FOG webmanagement page
      Set up the users in FOG
      Go back to PHPMyAdmin and make sure FOG has been added as a database. You will need to log on as the ‘new user’ above
      Reset the root password to something secure (as per pre install???)
      Open the FOG database
      Go to Permissions and BLANK the root password for localhost & 127.0.0.1
      That should solve the issue.
      Best regards
      Arso

      posted in FOG Problems
      A
      arso96