Ragazzi, ho un urgente problema di risovlere.

In pratica io ho fatto il backup del db del vecchio forum in phpbb3 e lo ho salvato sul desktop nel file .sql

Poi sono entrato in phpmyadmin del nuovo forum in phpbb3 su tophost e ho importato il db .sql che avevo sul desktop ma mi esce il seguente errore:

Errore

query SQL:

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;

/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;

/*!40101 SET NAMES latin1 */;

--
-- Database: `my_iphoneproject`
--
CREATE DATABASE `my_iphoneproject` DEFAULT CHARACTER SET ;

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 '' at line 1


Poi ho cambiato i settaggi prima dell'esportazione ma mi esce un nuovo errore:

Errore

query SQL:

SELECT *
FROM
WHERE CONCAT_WS( "-", 11626, '?????', 0, 1 ) = "?????"
ORDER BY 11626 , '?????', 0, 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 'WHERE CONCAT_WS("-", 11626, '?????', 0, 1)


Qualcuno può dirmi dove ho sbagliato? E' da unsa settimana che non posso piu improtare il db a causa di questi errori, ringrazio molto chiunque cerchi di aiutarmi..