MySQL Forums
Forum List  »  Italian

Import di database
Posted by: Fabrizio Giordano
Date: November 30, 2016 11:40AM

Buona sera, ho effettuato un export di un db ma quando lo vado ad importare mi esce il seguente errore:

Database: `emerambulanze`
--

-- --------------------------------------------------------

--
-- Struttura della tabella `emer_associations`
--

CREATE TABLE IF NOT EXISTS `emer_associations` (
`id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
`context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
`key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;


Da cosa รจ dovuto?

Grazie

Options: ReplyQuote


Subject
Views
Written By
Posted
Import di database
1020
November 30, 2016 11:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.