WordPress database error COLLATION ‘latin1_swedish_ci
-
WordPress database error COLLATION 'latin1_swedish_ci' is not valid for CHARACTER SET 'utf8mb4' for query \n\n\tCREATE TABLE IF NOT EXISTS <code>wp_blc_instances</code> (\n\t\t<code>instance_id</code> int(10) unsigned NOT NULL AUTO_INCREMENT,\n\t\t<code>link_id</code> int(10) unsigned NOT NULL,\n\t\t<code>container_id</code> int(10) unsigned NOT NULL,\n\t\t<code>container_type</code> varchar(40) NOT NULL DEFAULT 'post',\n\t\t<code>link_text</code> text NOT NULL DEFAULT '',\n\t\t<code>parser_type</code> varchar(40) NOT NULL DEFAULT 'link',\n\t\t<code>container_field</code> varchar(250) NOT NULL DEFAULT '',\n\t\t<code>link_context</code> varchar(250) NOT NULL DEFAULT '',\n\t\t<code>raw_url</code> text NOT NULL,\n\n\t\tPRIMARY KEY (<code>instance_id</code>),\n\t\tKEY <code>link_id</code> (<code>link_id</code>),\n\t\tKEY <code>source_id</code> (<code>container_type</code>, <code>container_id</code>),\n\t\tKEY <code>parser_type</code> (<code>parser_type</code>)\n\t) DEFAULT CHARACTER SET utf8mb4 COLLATE latin1_swedish_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, blc_init, blcDatabaseUpgrader::upgrade_database, blcDatabaseUpgrader::make_schema_current, blcTableDelta::delta,
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘WordPress database error COLLATION ‘latin1_swedish_ci’ is closed to new replies.