Jump to content

MySQL on CentOS: localhost or 127.0.0.1 ?


Recommended Posts

When installing IPS, should i select localhost or 127.0.0.1?

I've seen that in linux, mySQL localhost uses a pipe to communicate instead of TCP/IP protocol and that it should be faster than 127.0.0.1. (In windows it seems that 127.0.0.1 is faster than localhost due to ip resolution)

What is your experience with those values in CentOS or other linux distribution? Is there any noticeable speed difference?

Link to comment
Share on other sites

  • 1 month later...

Unix sockets are inherently faster than communicating over TCP/IP. Using localhost on Linux tells MySQL to communicate using sockets, 127.0.0.1 uses TCP/IP. On Windows it makes no difference which you use.

You should stick with localhost, but the difference is mostly negligible to answer your question.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...