• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows TFS 0.3.6 Error

mujica

New Member
Joined
Feb 3, 2010
Messages
203
Reaction score
3
[20/02/2011 09:50:50] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'theforgottenserver.z_ots_comunication' doesn't exist (1146)



What is this it does it like every 2 minutes?

Thanks in Advance
 
SQL:
CREATE TABLE `z_ots_comunication` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`name` VARCHAR(255) NOT NULL,
	`type` VARCHAR(255) NOT NULL,
	`action` VARCHAR(255) NOT NULL,
	`param1` VARCHAR(255) NOT NULL,
	`param2` VARCHAR(255) NOT NULL,
	`param3` VARCHAR(255) NOT NULL,
	`param4` VARCHAR(255) NOT NULL,
	`param5` VARCHAR(255) NOT NULL,
	`param6` VARCHAR(255) NOT NULL,
	`param7` VARCHAR(255) NOT NULL,
	`delete_it` INT(2) NOT NULL DEFAULT '1',
	PRIMARY KEY (`id`)
)
 
#1064 - 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 '' at line 14
 
Back
Top