blcDatabaseUpgrader MariaDB error
-
Wordpress
PHP7.4
MariaDB 10.1.37Thank you for splendid plugin.
DB error
Unknown character set: ‘utf8’.The code that an error was over.
ALTER TABLEwp_blc_links
MODIFY COLUMNurl
text CHARACTER
SET utf8 COLLATE utf8_bin NOT NULLProbably it is right character set.
ALTER TABLEwp_blc_links
CHANGEurl
TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL;MariaDB is suppoted
blcTableDelta::delta()
wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:349
blcDatabaseUpgrader::make_schema_current()
wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:56
blcDatabaseUpgrader::upgrade_database()
wp-content/plugins/broken-link-checker/includes/admin/db-upgrade.php:26
blc_init()
wp-content/plugins/broken-link-checker/core/init.php:276
do_action(‘init’)
wp-includes/plugin.php:517plug-in: broken-link-checker
Unknown character set: ‘utf8’ 1115tanks.
- The topic ‘blcDatabaseUpgrader MariaDB error’ is closed to new replies.