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

    James Satherley

    @James Satherley

    0
    Reputation
    163
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    James Satherley Unfollow Follow

    Latest posts made by James Satherley

    • RE: Upgrade to FOG 1.0.1- Unable to Connect to Database

      tried update users set upass=password(“123”) where uName=root
      which worked but no changes made (no user named root?)

      edit: ok so thats where the fog login is stored, not mysql login.

      I reverted to an old snapshot and took alook at the settings I was using,
      DB host,username and password were blank
      If i try that on the 1.0.1, I am no longer redirected, however [url]http://192.168.0.8/fog/management/[/url] is still blank

      posted in FOG Problems
      J
      James Satherley
    • RE: Upgrade to FOG 1.0.1- Unable to Connect to Database

      same issue here after upgrading from 0.32 to 1.0.1

      when browsing to /fog/management, I get redirected to fog/commons/schemaupdater/index.php?redir=1
      which is a blank page

      mysql -u root -p’’ -h192.169.0.8 fog gives access denied for user ‘root’@‘192.169.0.8’

      I tried to reset the password but when i try

      update user set Password=PASSWORD(‘new-password-here’) WHERE User=‘root’;

      I get cannnot find fog.user?

      [SIZE=12px]FOG Version 1.01[/SIZE]
      [SIZE=12px]OS Version Debian Linux 2.6.32-5[/SIZE]

      posted in FOG Problems
      J
      James Satherley