Can someone please help me out? This problem is keeping me from deployment..
I have a Woocommerce Database that I exported to a generated SQL using PhpMyAdmin.
Whenever I try to export it to a new database on another server I get this error:
#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 <code>gt_options</code>
(<code>option_id</code>, <code>option_name</code>, <code>option_value</code>, <code>autoload</code>' at line 32
However importing in my localhost works like a charm.. I tried several settings, even compatibility mode, but nothing seems to help.
DB that needs to exported: name: chu_on_com_gatewp on sql version: 5.5.49-log
DB that needs to be imported (already exists): name: rachimn30_gatewp on sql version:
5.5.34
I’m pretty sure it has something to do with the server.. I hope someone if familiar with this problem
TIA