ciao ho questa tabella da importare...

Codice PHP:
CREATE TABLE[dbo].[adminstatistics](
    [
newsubscribers] [intNULL DEFAULT 0,
    [
idadmin] [intNULL DEFAULT 0
ON [PRIMARY]
GO 
ma mi viene generato questo errore:

#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 '[dbo].[adminstatistics](
[newsubscribers] [int] NULL DEFAULT 0

non riesco a capire il motivo... uso phpadmin e mysql 5.0.27 qualcuno ha qualche idea?