hooligan,первая таблица создалась нормально
А вот
CREATE TABLE IF NOT EXISTS `news_admin_rdm` (
`news_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
) ENGINE=MyISAM DEFAULT CHARSET=utf8;Пишет ошибка
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ENGINE=MyISAM DEFAULT CHARSET=utf8' at line 4