Tencent Cloud MySQL error code 1045 returns IP is not consistent with the actual

using navicat to connect the MySQL, password on Tencent Cloud returned an error code 1045, but the IP address of the returned information does not match the IP of our CVM.

1045-Access denied for user "root"@"222.128.163.89" (using password: YES)

where did this 222.128.163.89 IP come from?

May.22,2021

you should be connected to mysql, on the public network. This ip is your public network address
you should modify the login settings of the root user of mysql

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-1b3aa6d-4d8cc.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-1b3aa6d-4d8cc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?