Adminer: "Error in query..."

Hi,

I used the Migrate DB plugin to export the database for Adminer, but I’m getting the following error when importing:

Error in query (1064): Syntax error near ‘?’ at line 1

Any ideas what I’ve done wrong?

Thanks,
Dan

Anyone have any ideas?

Hey @danflourish

That usually means that there is some sort of syntax issue with the sql file. What does the first line of the dump file look like?

Also, just double checking – where are you exporting the database – the local site, or a production one?

And how are you importing the database?

– Ben