查看当前machine-id
cat /etc/machine-id
rm -rf /etc/machine-id
cat /dev/null > /etc/machine-id
reboot
cat /etc/machine-id
更新网卡ID
uuidgen 网卡名称
更新mysql uuid
如果是复制系统,需要改变各节点 uuid
ln -s /mysql/data/3306/mysql.sock /tmp/mysql.sock
mysql -uroot -proot
mysql> select uuid();
vi /mysql/data/3306/data/auto.cnf