Banco de Dados

  • Luis Carlos
  • Avatar de Luis Carlos Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
7 anos 1 mês atrás #100719 por Luis Carlos
Luis Carlos created the topic: Banco de Dados
Olá,

Estou tentando importar o banco de dados e aparece o seguinte erro:


Erro
Comando SQL:

-- -- Banco de Dados: `u298661020_xx` -- --
-- -- Estrutura da tabela `cz_accua_forms_submissions` -- CREATE TABLE IF NOT EXISTS `cz_accua_forms_submissions` ( `afs_id` bigint(20) NOT NULL AUTO_INCREMENT, `afs_form_id` varchar(77) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `afs_post_id` bigint(20) NOT NULL DEFAULT '0', `afs_ip` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `afs_uri` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `afs_referrer` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `afs_lang` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `afs_created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `afs_submitted` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `afs_status` tinyint(1) NOT NULL DEFAULT '0', `afs_stats` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`afs_id`), KEY `form` (`afs_form_id`,`afs_status`), KEY `uri` (`afs[...]

Mensagens do MySQL : Documentação

#1273 - Unknown collation: 'utf8mb4_unicode_520_ci'


Por favor, alguém pode me ajudar? Desde já, obrigado.

Please Entrar ou Registrar to join the conversation.