Hi,
ich hoffe so, dass ihr mir helfen könnt!
Bei dem Versuch meine sql Datenbank im php bereich zu uploaden habe ich diese Fehlermeldung bekommen. Wisst ihr, was das beudetet? Ich verzweifle...
-- Tabellenstruktur für Tabelle `wo_commentmeta`
--
CREATE TABLE `wo_commentmeta` ( `meta_id` bigint( 20 ) UNSIGNED NOT NULL ,
`comment_id` bigint( 20 ) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar( 255 ) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL ,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_520_ci;
Danke im Vorraus!!