hey,

I'm having trouble with loading the database into mysql. I get this :

* - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * - * - CREATE TABLE access(

aid tinyint( 10 ) NOT NULL auto_increment,
mask varchar( 255 ) NOT NULL default '',
type varchar( 255 ) NOT NULL default '',
status tinyint( 2 ) NOT NULL default '0',
PRIMARY KEY ( aid ) ,
UNIQUE KEY mask( mask )
) TYPE = MyISAM

MySQL said:

You have an error in your SQL syntax near '---------------------------------------------------------
--
--

CREATE TABLE ac' at line 2

I'm using phpmyadmin to control mysql, since that's the only thing I have access to trough my host linuxmotor.com.
Anyone have any idea ?

I'm hoping to boost the speed of my site up quite a bit, I'm currently using myphpnuke, but it's really slow. Do you guys think that it's linuxmotor.com that has a slow server or myphpnuke that's to big so that it takes a long time to load ?