I have been facing a problem while importing database ( for a wordpress blog ).Whenever I try to replace and import new database in phpmyadmin,I get this error msg " #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 '"1"' at line 1" In order to solve this problem i search on Google,visited several sites and forums but unable able to find out exact solution.
These kind of errors can be tricky to pin down. I've known them be due to the use of a ' instead of a ". The pointer 'near '"1"' at line 1' is the place to start. You really would need to post that line of code for anyone to be able to help you further. Just make sure there's nothing too sensitive in the line that you post...