CREATE TABLE `cms_module_templates` ( `module_name` varchar(200) default NULL, `template_name` varchar(200) default NULL, `content` text, `create_date` datetime default NULL, `modified_date` datetime default NULL, KEY `module_name` (`module_name`,`template_name`) ) TYPE=MyISAM;
MySQL says:
Couldn't create table: cms_module_templates
I just recently switched servers and I've tried backing up and restoring with myphpadmin and with mysqldumber. they both give me this message. I was thinking that maybe I could manually enter the table???? But I don't know how to do this and my php admin says it's not such a good idea. The site is down
