14.12.2017, 19:18
I canґt add this to my database?
I did try to create the table manually in phpmyadmin, but it can't connect?
Code:
CREATE TABLE `3306`.`Reports`( `ReportID` INT(15) NOT NULL AUTO_INCREMENT , `Reporter` VARCHAR(25) NOT NULL , `Reported` VARCHAR(25) NOT NULL , `ReportedOn` VARCHAR(25) NOT NULL , `ReportReason` VARCHAR(25) NOT NULL , PRIMARY KEY (`ReportID`)) ENGINE = InnoDB;