Welcome to Geeklog Wednesday, June 19 2013 @ 11:51 AM EDT
|
||||||||
![]() |
Forum Index > Support > Installation Support |
New Topic
|
Post Reply
|
#1064 - You have an error in your SQL syntax |
|||
| Anonymous: Losille |
|
||||||
|
|
I am getting this message. There is an x beside "added int".Could someone help me?
Error SQL query: ------------------------------------------- -- -- -- Table structure for table `xtrm_adds` -- CREATE TABLE IF NOT EXISTS `xtrm_adds` ( `id` int( 10 ) NOT NULL AUTO_INCREMENT , `fid` int( 15 ) default NULL , `added` int( 15 ) default NULL , PRIMARY KEY ( `id` ) , KEY `fid` ( `fid` ) ) TYPE = MYISAM AUTO_INCREMENT =2058469; MySQL said: Documentation #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 '--------------------------------------------- -- -- Table structure for table `' at line 1 |
||||||
|
|||||||
| Dirk |
|
||||||
![]() ![]() ![]() ![]() ![]() Admin ![]() Status: offline ![]() Registered: 01/12/02 Posts: 13035 |
What are you trying to do? And does this have anything to do with Geeklog?
At a guess, I'd say you are trying to import an SQL dump. Lines starting with -- (two dashes) are comments, but you seem to have one long line of dashes there. Something's wrong with that SQL dump file, but you can probably fix it by removing all such lines. bye, Dirk |
||||||
|
|||||||
| Content generated in: 0.66 seconds |
|
|
|