What does MySQL “::1” hostname refer to?

On a freshly installed (windows version of) MySQL 5.5.9

SELECT user, host FROM mysql.user

gives:

user            host    

root        localhost   
root        127.0.0.1    
root        ::1  
localhost    

But what IP/hostname does ::1 stand here for?

39
задан Arne Evertsson 14 August 2013 в 15:45
поделиться