CREATE TABLE IF NOT EXISTS `wp_yoast_seo_links` (
-
Hi,
i need migrate my blog to the new hosting, but i have problem with import my db.
i got error “CREATE TABLE IF NOT EXISTSwp_yoast_seo_links
(”wordpress works fine, but pernament links not working…
CREATE TABLE IF NOT EXISTS
wp_yoast_seo_links
(
id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,
url
varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
post_id
bigint(20) unsigned NOT NULL,
target_post_id
bigint(20) unsigned NOT NULL,
type
varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (id
),
KEYlink_direction
(post_id
,type
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1414 ;#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
- The topic ‘CREATE TABLE IF NOT EXISTS `wp_yoast_seo_links` (’ is closed to new replies.