How can I change localhost to the Server IP?

How can I change localhost to the Server IP address?

I am allowing connections to my port 3306. And I have changed bind address to 0.0.0.0. But is there a way I can help others by changing it here from localhost? Thanks.
image

The issue is for internal communications it is faster to use localhost. But you can replace them with the server ip if needed…

How can I replace it? Also, I saw when you make a database it makes it @localhost instead of all IPs on MySQL for the user. Is there a way I can make it available to all IPs by default?

It adds all ips and localhost to the list so you should be able to connect to it if port 3306 is white listed