# 查看当前的gtid
mysql> select @@global.gtid_executed\G;
 
# 清空本地的gtid
mysql> reset master;
Query OK, 0 rows affected (0.04 sec)