Mysql Aliyun RDS and ECS self-built library test master-slave Synchronize

Master and Slave are enabled when gtid, is set to slave
when I execute change master to. When
error

ERROR 1776 (HY000): Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.

read the methods on the Internet

change master to master_auto_position=0;

still report an error
Gods, solve

Mar.28,2021

checked the data for a long time and solved

-sharp  MASTER_AUTO_POSITION MASTER_LOG_FILEMASTER_LOG_POS
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32a44-2b379.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32a44-2b379.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?