I found this in my local MySQL installation today:
mysql> select host, user from user;
+--------------+---------+
| host | user |
+--------------+---------+
| ::1 | root |
| ... others...| etc. |
+--------------+---------+
What is the host ::1? Should I delete it? I only need to log in from localhost.