ciao ragazzi, ho riscontrato questo problema nell'importare il db in locale, qualcuno può aiutarmi?
Errore
query SQL:
-- MySQL dump 8.22
--
-- Host: localhost Database: prodeo
------------------------------------------------------- --
-- Server version 3.23.54
--
-- Table structure for table 'jos_akocomment'
--
CREATE TABLE `jos_akocomment` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`parentid` int( 11 ) NOT NULL default '0',
`status` int( 11 ) NOT NULL default '0',
`contentid` int( 11 ) NOT NULL default '0',
`ip` varchar( 15 ) NOT NULL default '',
`name` varchar( 30 ) NOT NULL default '',
`web` varchar( 255 ) NOT NULL default '',
`email` varchar( 255 ) NOT NULL default '',
`title` varchar( 40 ) NOT NULL default '',
`comment` text NOT NULL ,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint( 1 ) NOT NULL default '0',
`ordering` int( 11 ) NOT NULL default '0',
`iduser` int( 11 ) NOT NULL default '0',
`subscribe` tinyint( 1 ) NOT NULL default '0',
PRIMARY KEY ( `id` )
) TYPE = MYISAM ;
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 '---------------------------------------------------------
-- Server version 3.23' at line 1
uso xampp 1.6.6a