SQL Error on Import
-
Hello,
I have CRP running on my blog of about 900 posts and it’s working fine.
When I export my database and import it to a new database I get this error:
#1795 – InnoDB presently supports one FULLTEXT index creation at a timeThe error occurs here:
SQL query:
—
— Indexes for tablewp_posts
—
ALTER TABLEwp_posts
ADD PRIMARY KEY (ID
), ADD KEYtype_status_date
(post_type
,post_status
,post_date
,ID
), ADD KEYpost_parent
(post_parent
), ADD KEYpost_author
(post_author
), ADD KEYpost_name
(post_name
(191)), ADD FULLTEXT KEYpost_related
(post_name
,post_content
), ADD FULLTEXT KEYcrp_related
(post_title
,post_content
), ADD FULLTEXT KEYcrp_related_title
(post_title
), ADD FULLTEXT KEYcrp_related_content
(post_content
);Is there a way to prevent this error from occurring when I import the database?
My only thought is to deactivate CRP, move the site, then reactivate it. Is there a better solution?
I’d like to keep using CRP if possible.
Thanks,
GordThe page I need help with: [log in to see the link]
- The topic ‘SQL Error on Import’ is closed to new replies.