db only – no posts blank database
-
Been using duplicator for a 2 years, never seen anything like this. From our server I created a database package only. On the live www site, ran installer as normal, but when I login, there is no data
myphpadmin also reveals no posts..
no errors..Please help our website is down
tried to manually upload the sql in myphpadmin to get this error
SQL query:# Table structure of table
KACBYvNupostsCREATE TABLE
KACBYvNuposts(
IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,
post_authorbigint(20) unsigned NOT NULL DEFAULT ‘0’,
post_datedatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
post_date_gmtdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
post_contentlongtext COLLATE utf8mb4_unicode_ci NOT NULL,
post_titletext COLLATE utf8mb4_unicode_ci NOT NULL,
post_excerpttext COLLATE utf8mb4_unicode_ci NOT NULL,
post_statusvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘publish’,
comment_statusvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘open’,
ping_statusvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘open’,
post_passwordvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
post_namevarchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
to_pingtext COLLATE utf8mb4_unicode_ci NOT NULL,
pingedtext COLLATE utf8mb4_unicode_ci NOT NUL[…]
MySQL said: Documentation#1214 – The used table type doesn’t support FULLTEXT indexes
The topic ‘db only – no posts blank database’ is closed to new replies.