Hi there
We are currently using a links indexing script on our site. A few months backup our hosting company went pair shaped and our site went down for a couple of weeks. Luckily we had a cron job set to backup our mySQL database, which our whole site is based upon.
However upon attempting to upload the backup file via phpmyAadmin V 2.5.2, we are presented with the following error:
--------------------------------------
Error
SQL-query :
--
------------------------------------------------------- --
--
--
CREATE TABLE category(
lcat_id smallint( 5 ) unsigned NOT NULL AUTO_INCREMENT ,
lcat_name varchar( 30 ) NOT NULL default '',
sub_cat int( 11 ) NOT NULL default '0',
PRIMARY KEY ( lcat_id )
) TYPE = MYISAM
MySQL said:
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
---------------------------------------
Any help would be greatly appreciated!
Web Design Beyond Limitations....
We are currently using a links indexing script on our site. A few months backup our hosting company went pair shaped and our site went down for a couple of weeks. Luckily we had a cron job set to backup our mySQL database, which our whole site is based upon.
However upon attempting to upload the backup file via phpmyAadmin V 2.5.2, we are presented with the following error:
--------------------------------------
Error
SQL-query :
--
------------------------------------------------------- --
--
--
CREATE TABLE category(
lcat_id smallint( 5 ) unsigned NOT NULL AUTO_INCREMENT ,
lcat_name varchar( 30 ) NOT NULL default '',
sub_cat int( 11 ) NOT NULL default '0',
PRIMARY KEY ( lcat_id )
) TYPE = MYISAM
MySQL said:
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
---------------------------------------
Any help would be greatly appreciated!
Web Design Beyond Limitations....