[FilterScript] [MySQL] Report system [View all reports ; Delete reports & more]
#6

I canґt add this to my database?
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;
I did try to create the table manually in phpmyadmin, but it can't connect?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)