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

.
Hat-Trik

--
-- Table structure for table `sostav`
--

DROP TABLE IF EXISTS `sostav`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = cp1251 */;
CREATE TABLE `sostav` (
`id` int(11) NOT NULL auto_increment,
`name` text character set cp1251 NOT NULL,
`club` int(1) default '0',
`sostav` int(11) default '0',
`hp` int(11) NOT NULL default '100',
`age` int(11) NOT NULL default '0',
`age_time` int(11) NOT NULL default '0',
`xp` int(11) NOT NULL default '0',
`xp_num` int(11) NOT NULL default '0',
`poz` text character set cp1251 NOT NULL,
`sila` int(11) NOT NULL default '0',
`speed` int(11) NOT NULL default '0',
`up_speed` int(11) NOT NULL default '0',
`toch` int(11) NOT NULL default '0',
`ball` int(11) NOT NULL default '0',
`money` int(11) NOT NULL default '0',
`money_r` int(11) NOT NULL default '0',
`yellowcards` int(11) NOT NULL default '0',
`redcards` int(11) NOT NULL default '0',
`play_poz` text collate cp1251_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=740 DEFAULT CHARSET=cp1251 COLLATE=cp1251_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

напишите как правильно, другие таблы в нормально залились в кодировке cp1251