Thread: MySQL Problem
View Single Post
Old May 8th, 2006, 9:25 PM   #1
Chris Weimer
Programmer
 
Join Date: May 2005
Posts: 34
Rep Power: 0 Chris Weimer is on a distinguished road
MySQL Problem

Hello folks,

I'm having a bit of trouble using phpMyAdmin, and was wondering if anyone knew what was wrong. I lost some information, but luckily I had a backup two weeks earlier.

This is the error message:

#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 'INSERT INTO `smf_messages`
    (`ID_MSG`, `ID_TOPIC`, `ID_BOARD`,

This is the line its talking about:

INSERT INTO `smf_messages` (
`ID_MSG` ,
`ID_TOPIC` ,
`ID_BOARD` ,
`posterTime` ,
`ID_MEMBER` ,
`subject` ,
`posterName` ,
`posterEmail` ,
`posterIP` ,
`smileysEnabled` ,
`modifiedTime` ,
`modifiedName` ,
`body` ,
`icon`
)

Anyone see a problem?
Chris Weimer is offline   Reply With Quote