Back to top

Autore Topic: Importazione vecchio database non riuscita con seguente errore:  (Letto 1904 volte)

Offline v40

  • Nuovo arrivato
  • *
  • Post: 6
  • Sesso: Femmina
    • Mostra profilo
Ciao a tutti,
 ho provato a importare un vecchio database su un nuovo server per ripristinare un vecchio sito.
 Il problema è che in locale l'importazione riesce perfettamente (con 70 tabelle) ma il database non aggancia il sito, in remoto fallisce anche l'importazione generando il seguente errore (e le tabelle diventano 40):
 
 
 Query SQL:
 -- --------------------------------------------------------
--
-- Struttura della tabella `jos_jxtended`
--
 CREATE  TABLE  IF  NOT  EXISTS  `jos_jxtended` ( `id` int( 10  )  unsigned NOT  NULL  AUTO_INCREMENT ,
 `extension` varchar( 100  )  NOT  NULL  COMMENT  'The extension',
 `version` varchar( 16  )  NOT  NULL  COMMENT  'Version number',
 `installed_date` timestamp NOT  NULL  DEFAULT CURRENT_TIMESTAMP  ON  UPDATE  CURRENT_TIMESTAMP  COMMENT  'Date-time modified or installed',
 `log` mediumtext,
 PRIMARY  KEY (  `id`  )  USING BTREE,
 KEY  `idx_extension` (  `extension`  ) ) ENGINE  =  MYISAM  DEFAULT CHARSET  = utf8 COMMENT  =  'JXtended product version history' AUTO_INCREMENT  =2;

 
 Messaggio di MySQL: Documentazione
  #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 'USING BTREE,
   KEY `idx_extension` (`extension`)
 ) ENGINE=MyISAM  DEFAULT CHARSE' at line 13
 
 
 
 Spero di essere stata chiara...cosa devo fare???

 

[allegato eliminato da un amministratore essendo vecchio più di un anno]
@_v40

Offline bruno pannuzzo

  • Nuovo arrivato
  • *
  • Post: 8
    • Mostra profilo
Re:Importazione vecchio database non riuscita con seguente errore:
« Risposta #1 il: 31 Gen 2012, 14:04:24 »
ciao


Il db che usi non supporta type ma engine devi mosificare l'installer mysql ;)

 



Web Design Bolzano Kreatif