Major: Table creations fail due to large index key size
-
Thanks for your work on 13.0.3, but I’m seeing a problem in
error_log
creating the tableswp_statistics_visitor
,wp_statistics_pages
andwp_statistics_historical
.We are on CentOS, PHP 7.3, Mariadb 10.3.
The tables are not created.
Here is the last error:
WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wp_statistics_historical ( ID bigint(20) NOT NULL AUTO_INCREMENT, category varchar(25) NOT NULL, page_id bigint(20) NOT NULL, uri varchar(255) NOT NULL, value bigint(20) NOT NULL, PRIMARY KEY (ID), KEY category (category), UNIQUE KEY page_id (page_id), UNIQUE KEY uri (uri) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by activate_plugin, do_action('activate_wp-statistics/wp-statistics.php'), WP_Hook->do_action, WP_Hook->apply_filters, WP_Statistics::install, WP_STATISTICS\Install->install, WP_STATISTICS\Install::create_table, WP_STATISTICS\Install::table_sql, dbDelta
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Major: Table creations fail due to large index key size’ is closed to new replies.