• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Getiing error while first login in fog error like data base update

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    3
    526
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rajendra
      last edited by

      Database Schema Installer / Updater

      Update/Install Failed!
      The following errors occured

      Update ID: 1 - 0

      Database Error:

      Database SQL:

      CREATE DATABASE fog

      Update ID: 1 - 1

      Database Error:

      Database SQL:

      CREATE TABLE fog.groupMembers (
      gmID int(11) NOT NULL auto_increment,
      gmHostID int(11) NOT NULL,
      gmGroupID int(11) NOT NULL,
      PRIMARY KEY (gmID),
      KEY new_index (gmHostID),
      KEY new_index1 (gmGroupID)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC

      Update ID: 1 - 2

      Database Error:

      Database SQL:

      CREATE TABLE fog.groups (
      groupID int(11) NOT NULL auto_increment,
      groupName varchar(50) NOT NULL,
      groupDesc longtext NOT NULL,
      groupDateTime datetime NOT NULL,
      groupCreateBy varchar(50) NOT NULL,
      groupBuilding int(11) NOT NULL,
      PRIMARY KEY (groupID),
      KEY new_index (groupName)
      ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        Are these the only errors? What version of FOG? Do you have a DB password? Anything custom?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • Q
          Quazz Moderator
          last edited by

          Ubuntu 16.04?

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          126

          Online

          12.1k

          Users

          17.3k

          Topics

          155.4k

          Posts
          Copyright © 2012-2024 FOG Project