Hello, need help with server

09/11/2019 01:09 Tuckii#1
Hello, so I was adding a new map to the server and then it wasnt working I mean the server didnt want to start there was just " failure to connect " so I deleted the files etc. but still can't login
here is the syser of ch12 but Im not sure if this is the right syser u need guys to help me out
Thanks everyone who helps
screenshot : [Only registered and activated users can see links. Click Here To Register...]
09/11/2019 12:07 »DeneX«#2
PHP Code:
DROP TABLE IF EXISTS `string`;
CREATE TABLE `string` (
  `
namevarchar(64NOT NULL DEFAULT '',
  `
texttext,
  
PRIMARY KEY (`name`)
ENGINE=MyISAM DEFAULT CHARSET=latin1