I wanted to load an sql dump from a MySQL-server into my MariaDB Server and I got the following error message:
SQL Fehler (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?# MySQL-Front 4.2 (Build 2.77) /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */' at line 1.
Since the dump is 1.5 Gb I didn't want to open it. Does anyone knows what this error means and how I can handle this?
Thanks for help.
giordano2