refresh phpMyAdmin and check again base uni.
For me, this query has gone through without a hitch
or
delete base and try again:
CREATE TABLE <code>wp_commentmeta</code>
(<code>meta_id</code> bigint(20) UNSIGNED NOT NULL,
<code>comment_id</code> bigint(20) UNSIGNED NOT NULL DEFAULT '0',
<code>meta_key</code> varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
<code>meta_value</code> longtext COLLATE utf8mb4_unicode_ci)
ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
-
This reply was modified 6 years, 11 months ago by Piotro.