[HELP] MySQL Error

Ruin

Member
Feb 23, 2013
117
6
I am getting this error in PHPMyAdmin when I try to import BcStorm.sql database.

/*!40000 ALTER TABLE `group_members` ENABLE KEYS */; -- Dumping structure for table bc.help_subjects CREATE TABLE IF NOT EXISTS `help_subjects` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `caption` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Anybody know this error?

Thanks!
 

Users who are viewing this thread

Top