MySQL Forums
Forum List  »  PHP

Re: Error import : #1064 - You have an error in your SQL syntax;
Posted by: Peter Brawley
Date: November 21, 2015 03:52AM

1. Find the CREATE TABLE command where the error occurs, and post here the command that comes before.

2. Put a couple of innocuous commands in the file just before the CREATE TABLE command where the error occurs, eg ...

select version();
select now();
CREATE TABLE ...

and see what happens when you run the file.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.