Mehul Bhatt Posted July 7, 2010 Share Posted July 7, 2010 Hello, i am newbie for PRESTA SHOP and when i try to install on my localhost (WAMP SERVER) i got error as below please give me some guideline to resolve this errorError while inserting data in the database:'SET NAMES \\\'utf8\\\''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 \'\\\'utf8\\\'\' at line 1(Error: : 1064)Your support & technical help will be appreciableMehul Bhatt Link to comment Share on other sites More sharing options...
rocky Posted July 8, 2010 Share Posted July 8, 2010 It seems your SQL query has been escaped for some reason. It should be the following: SET NAMES 'utf8'; not: SET NAMES \\\'utf8\\\'; I'm not sure what would cause this. Link to comment Share on other sites More sharing options...
Cioili Posted July 14, 2010 Share Posted July 14, 2010 Hello,I have the exact same problem and no clue how to fix it. Link to comment Share on other sites More sharing options...
Keizentop Posted August 6, 2010 Share Posted August 6, 2010 Check your files in server, check---> .../install/sql/..). if size is different... re-upload. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now