Database MYSQL non viene caricato offline

  • Creatore Discussione Creatore Discussione maurys
  • Data di inizio Data di inizio

maurys

Nuovo Utente
4 Mar 2016
1
0
0
Ciao a tutti,
dunque, ho un database mysql (su un sito internet fatto in joomla).
Ho prelevato questo DB come file .sql e ho provato a caricarlo sul mio PHPMYADMIN in locale sul mio computer.
Però non mi carica le tabelle. Appena pigio sul pulsante IMPORTA database mi da il seguente messaggio di errore e non carica niente.

Errore

Query SQL:

--
-- Database: `nomedatabase`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `syuew_assets`
--
CREATE TABLE `syuew_assets` (

`id` int( 10 ) UNSIGNED NOT NULL COMMENT 'Primary Key',
`parent_id` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set parent.` ,
`lft` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set lft.` ,
`rgt` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set rgt.` ,
`level` int( 10 ) UNSIGNED NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar( 50 ) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar( 100 ) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar( 5120 ) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE = InnoDB DEFAULT CHARSET = utf8;


Messaggio di MySQL:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS `Nested set parent.`,
`lft` int(11) NOT NULL DEFAULT '0'COMMENT AS `Nested ' at line 13

Cosa significa esattamente? come risolvere?
Considerate che on line questo database funziona correttamente, ma come vi dicevo quando provo ad uplodarlo ff line sul mio computer attraverso PHPMYADM non carica nessuna tabella e da il messaggio di errore di cui sopra.


Grazie
 

Discussioni simili