I installed the Zabbix Server 6.4 version in CentOs 9 Stream with NGNIX. I am trying to migrate the DB of my old Zabbix Server 5.0.3 version, using MariaDB, but I get the following error:
[root@production-zabbix home]# mysql -uroot -p zabbix < zabbixbackup.sql
Enter password:
ERROR 1064 (42000) at line 7860: 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 '' at line 1
What is wrong with the syntax?
Thanks
[root@production-zabbix home]# mysql -uroot -p zabbix < zabbixbackup.sql
Enter password:
ERROR 1064 (42000) at line 7860: 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 '' at line 1
What is wrong with the syntax?
Thanks
Comment