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

.
MyZik
Bewahret einander vor Herzeleid

Homelion, Выполни тогда вручную через phpMyAdmin. А то все мои тестовые сайты ушли в небытие.
CREATE TABLE IF NOT EXISTS `marries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`man_id` int(11) NOT NULL,
`woman_id` int(11) NOT NULL,
`id_theme` int(11) NOT NULL,
`time` int(12) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;