Просмотр поста

.
Mobisaite

помогите сделать запрос в базу то ошибку выдает на 4.4
1. CREATE TABLE IF NOT EXISTS `shop_icq` ( [ + | X ]


2. `id` int(11) NOT NULL auto_increment, [ + | X ]


3. `who` text character set utf8 collate utf8_unicode_ci, [ + | X ]


4. `text` text character set utf8 collate utf8_unicode_ci, [ + | X ]


5. `answer` text character set utf8 collate utf8_unicode_ci, [ + | X ]


6. `ts` bigint(20) default NULL, [ + | X ]


7. `ua` text character set utf8 collate utf8_unicode_ci, [ + | X ]


8. PRIMARY KEY (`id`) [ + | X ]


9. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; [ + | X ]


10. [ + | X ]


11. CREATE TABLE IF NOT EXISTS `shop_shinfo` ( [ + | X ]


12. `id` int(11) NOT NULL auto_increment, [ + | X ]


13. `login` text, [ + | X ]


14. `icq` text, [ + | X ]


15. `data` text, [ + | X ]


16. `msg` text, [ + | X ]


17. PRIMARY KEY (`id`) [ + | X ]


18. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; [ + | X ]


19. [ + | X ]


20. [ + | X ]


21. INSERT INTO `cms_settings` (`key`, `val`) VALUES [ + | X ]


22. ('mod_icq', '2'), [ + | X ]


23. ('rate_icq', '1'), [ + | X ]


24. ('info_icq', '1'), [ + | X ]


25. ('valid_icq', '1'), [ + | X ]


26. ('rate', '0|0'), [ + | X ]