When I tried to configure the bot for the first time I keep getting errors about MySQL Database errors. Not sure if anybody else has received the same problem and any help would be appreciated.
Connected to MySQL
MySQL error (# 0) on query: CREATE TABLE IF NOT EXISTS ucom_security_org
(org_gov VARCHAR(255) NOT NULL,
org_rank VARCHAR(255) NOT NULL,
org_rank_id TINYINT UNSIGNED NOT NULL,
access_level TINYINT UNSIGNED NOT NULL DEFAULT 2,
PRIMARY KEY (org_gov, org_rank, org_rank_id))
Specified key was too long. Max key length is 500
MySQL error (# 1) on query: INSERT IGNORE INTO ucom_security_org (org_gov, org_r
ank, org_rank_id) VALUES ('Department', 'President', 0), ('Department', 'General
', 1), ('Department', 'Squad Commander', 2), ('Department', 'Unit Commander', 3)
, ('Department', 'Unit Leader', 4), ('Department', 'Unit Member', 5), ('Departme
nt', 'Applicant', 6), ('Faction', 'Director', 0), ('Faction', 'Board Member', 1)
, ('Faction', 'Executive', 2), ('Faction', 'Member', 3), ('Faction', 'Applicant'
, 4), ('Republic', 'President', 0), ('Republic', 'Advisor', 1), ('Republic', 'Ve
teran', 2), ('Republic', 'Member', 3), ('Republic', 'Applicant', 4), ('Monarchy'
, 'Monarch', 0), ('Monarchy', 'Consil', 1), ('Monarchy', 'Follower', 2), ('Feuda
lism', 'Lord', 0), ('Feudalism', 'Knight', 1), ('Feudalism', 'Vassal', 2), ('Feu
dalism', 'Peasant', 3), ('Anarchism', 'Anarchist', 1)
Table 'bebot.ucom_security_org' doesn't exist
ucom [2007-10-07 22:10:45] [CORE] [LOAD] Security.php
MySQL error (# 2) on query: CREATE TABLE IF NOT EXISTS ucom_settings
(module varchar(255) NOT NULL,
setting varchar(255) NOT NULL,
value varchar(255) NOT NULL,
datatype varchar(255) DEFAULT NULL,
longdesc varchar(255) DEFAULT NULL,
defaultoptions varchar(255) DEFAULT NULL,
hidden BOOLEAN DEFAULT 0,
disporder INT UNSIGNED NOT NULL DEFAULT 1,
PRIMARY KEY (module, setting))
You have an error in your SQL syntax. Check the manual that corresponds to your
MySQL server version for the right syntax to use near 'BOOLEAN DEFAULT 0,
disporder INT UNSIGNED NOT
MySQL error (# 3) on query: SELECT value FROM ucom_settings WHERE module = 'Sett
ings' AND setting = 'SchemaVersion'
Table 'bebot.ucom_settings' doesn't exist
MySQL error (# 4) on query: SELECT value FROM ucom_settings WHERE module = 'Sett
ings' AND setting = 'Schemaversion'
Table 'bebot.ucom_settings' doesn't exist
ucom [2007-10-07 22:10:45] [SETTINGS] [ERROR] Could not determine vers
ion of the settings table. Quitting.
The bot has been shutdown