When I connect to a mysql database in PHP, and the db is hosted on the same machine as the site itself, I can either use the machine's IP, or 127.0.0.1
Is there a difference in performance between the two? Is there a guideline for when I should use 127.0.0.1?