Mysql doens't load
#4

Quote:
Originally Posted by MotherDucker
Посмотреть сообщение
You must have a primary key within the database, when I make something like this, I use an ID column which I make the primary key


You can do this using either phpmyadmin or, using the following sql code, obviously putting the other fields in where needed
Код:
CREATE TABLE `SERVER_NAME`.`misc` ( `ID` INT AUTO_INCREMENT , `MOTD` VARCHAR , PRIMARY KEY (`ID`))
Like this ?

Reply


Messages In This Thread
Mysql doens't load - by IndependentGaming - 09.05.2016, 13:34
Re: Mysql doens't load - by IndependentGaming - 09.05.2016, 16:38
Re: Mysql doens't load - by MotherDucker - 09.05.2016, 17:35
Re: Mysql doens't load - by IndependentGaming - 09.05.2016, 17:43
Re: Mysql doens't load - by MotherDucker - 09.05.2016, 17:46
Re: Mysql doens't load - by IndependentGaming - 09.05.2016, 17:49
Re: Mysql doens't load - by MotherDucker - 09.05.2016, 17:51

Forum Jump:


Users browsing this thread: 1 Guest(s)