mi da quest errore
query SQL:
-- phpMyAdmin SQL Dump
-- version 2.8.0.2
--
http://www.phpmyadmin.net--
-- Host: sql.atomografico.it
-- Generato il: 29 Gen, 2007 at 12:43 PM
-- Versione MySQL: 4.1.11
-- Versione PHP: 4.3.10-18
--
-- Struttura della tabella `jos_attachments`
--
CREATE TABLE `jos_attachments` (
`ID_ATTACH` int( 11 ) unsigned NOT NULL AUTO_INCREMENT ,
`ID_MSG` int( 10 ) unsigned NOT NULL default '0',
`ID_MEMBER` int( 10 ) unsigned NOT NULL default '0',
`filename` tinytext NOT NULL ,
`size` int( 10 ) unsigned NOT NULL default '0',
`downloads` mediumint( 8 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `ID_ATTACH` ) ,
UNIQUE KEY `ID_MEMBER` ( `ID_MEMBER` , `ID_ATTACH` ) ,
KEY `ID_MSG` ( `ID_MSG` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
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 '
CREATE TABLE `jos_attachments` (
`ID_ATTACH` int(11) uns
io come puoi vedere dall'errore ho messo l'host del sito in cui va copiato il database...o ho sbagliato?