'Automatically changed mysql Host name

I'm trying to connect a Remote MySQL Server.

When I run mysql -h 192.168.12.60 -P3306 -u root -p

it's going to replaced with my local host name. like root'@'li1.members.lcoal.dev

but my expectation is [email protected].

could you please tell me why happen this?

image:

enter image description here

Thanks. Mainul Islam



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source