When trying to transfer my sql database from one server to another via ssh I recieve this error
"ERROR 1064 at line 1354: 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 'replace varchar(255) NOT NULL default '',
PRIMARY KEY (id)
)"
Could this simply be a charater that was changed from one version of sql to another? Thus, the original is not compatiable with the new versions of mysql?
Is there a command I can do via ssh that will let me know what sql version im running?
Thanks in advance.