Помогите пожалуйста . Когда заливаю запрос выдает синтаксическую ошибку помоги исправить с меня огромное спасибо [in]CREATE TABLE IF NOT EXISTS `garem` (
`id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL,
`thief_id` int(11) NOT NULL,
`cost` int(7) NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
CREATE TABLE IF NOT EXISTS `garem_stat` (
`id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL,
`stolen` int(11) NOT NULL,
`stole` int(11) NOT NULL,
`cost` int(7) NOT NULL,
`mod` tinyint(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;[/in]
[code]CREATE TABLE IF NOT EXISTS `garem` (
`id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL,
`thief_id` int(11) NOT NULL,
`cost` int(7) NOT NULL,
`time` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;
CREATE TABLE IF NOT EXISTS `garem_stat` (
`id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL,
`stolen` int(11) NOT NULL,
`stole` int(11) NOT NULL,
`cost` int(7) NOT NULL,
`mod` tinyint(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;[/code]
Daseones™, пишет синтаксическая ошибка
Stalkist-[кидок, нет не залило я смотрел щас файл выложу
создай вручную через PMA
Вот файл от куда я брал запрос
Всем спс залил вручную через базу
/// тему крою
Тема закрыта для обсуждения!