error 075: input line too long
#8

Quote:
Originally Posted by Eyce
Посмотреть сообщение
You can do something like this if you have a database structure on an SQL or text file:
Код:
CREATE TABLE IF NOT EXISTS `accounts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
...
`weapon` int(3) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1;
Thanks mate +Rep
Reply


Messages In This Thread
error 075: input line too long - by Saize - 20.01.2015, 23:11
Re: error 075: input line too long - by DobbysGamertag - 20.01.2015, 23:17
Re: error 075: input line too long - by Eyce - 20.01.2015, 23:18
AW: Re: error 075: input line too long - by Saize - 20.01.2015, 23:21
Re: AW: Re: error 075: input line too long - by Eyce - 20.01.2015, 23:27
AW: Re: AW: Re: error 075: input line too long - by Saize - 20.01.2015, 23:32
Re: error 075: input line too long - by Eyce - 20.01.2015, 23:40
AW: Re: error 075: input line too long - by Saize - 20.01.2015, 23:44
Re: error 075: input line too long - by Eyce - 20.01.2015, 23:46
Re: AW: Re: AW: Re: error 075: input line too long - by Vince - 21.01.2015, 11:52

Forum Jump:


Users browsing this thread: 2 Guest(s)