MySQL Forums
Forum List  »  Newbie

Error - mysqldump: unknown variable 'server_id=100'
Posted by: Abhishek Singh
Date: April 04, 2019 10:54PM

Hi,

IPAM is setup on two RHEL 7.2 servers and both are in replication. I get variable error, if I run mysqldump command.

[root@ipam1 ~]# /opt/incontrol/mysql/bin/mysqladmin -V
/opt/incontrol/mysql/bin/mysqladmin Ver 8.42 Distrib 5.6.35, for linux-glibc2.5 on x86_64
[root@ipam1 ~]#
[root@ipam1 ~]# /opt/incontrol/mysql/bin/mysqldump --defaults-file=/opt/incontrol/mysql/my.cnf --opt incontrol > /tmp/today1.sql
mysqldump: unknown variable 'server_id=100'
[root@ipam1 ~]# cat /opt/incontrol/mysql/my.cnf | grep server_id
server_id = 100
[root@ipam1 ~]#

Can somebody help me to figure out, what could be issue here ?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Error - mysqldump: unknown variable 'server_id=100'
April 04, 2019 10:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.