Getiing error while first login in fog error like data base update
-
Database Schema Installer / Updater
Update/Install Failed!
The following errors occuredUpdate ID: 1 - 0
Database Error:
Database SQL:
CREATE DATABASE fog
Update ID: 1 - 1
Database Error:
Database SQL:
CREATE TABLE
fog.groupMembers(
gmIDint(11) NOT NULL auto_increment,
gmHostIDint(11) NOT NULL,
gmGroupIDint(11) NOT NULL,
PRIMARY KEY (gmID),
KEYnew_index(gmHostID),
KEYnew_index1(gmGroupID)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMICUpdate ID: 1 - 2
Database Error:
Database SQL:
CREATE TABLE
fog.groups(
groupIDint(11) NOT NULL auto_increment,
groupNamevarchar(50) NOT NULL,
groupDesclongtext NOT NULL,
groupDateTimedatetime NOT NULL,
groupCreateByvarchar(50) NOT NULL,
groupBuildingint(11) NOT NULL,
PRIMARY KEY (groupID),
KEYnew_index(groupName)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 -
Are these the only errors? What version of FOG? Do you have a DB password? Anything custom?
-
Ubuntu 16.04?