Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

.:D6:.

mySQL 5 para o 4

Recommended Posts

ola pessoal.....

 

 

eu estava em um servidor com o joomla....ele era mySQL 5 e tals.... fiz a copia do banco e quando fui impoirtar para o novo servidor q tinha mysql 4 deu o seguinte erro:

 

#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 'DEFAULT CHARSET=latin1' at line 18

 

 

como soluciono?

 

alguem ai sabe?

 

agradeço desde ja ^^

Compartilhar este post


Link para o post
Compartilhar em outros sites

Error

SQL query:

 

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` ) 
) ENGINE = MYISAM AUTO_INCREMENT =59 DEFAULT CHARSET = latin1;

 

 

MySQL said:

 

#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 'DEFAULT CHARSET=latin1' at line 18

 

 

 

 

aparece isso ao tentar importar

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.