¿A qué se refiere MySQL "::1" hostname?


En una versión recién instalada (Windows de) MySQL 5.5.9

SELECT user, host FROM mysql.user

Da:

user            host    

root        localhost   
root        127.0.0.1    
root        ::1  
localhost    

Pero, ¿qué IP/nombre de host representa ::1 aquí?

Author: Arne Evertsson, 2011-02-22

1 answers

::1 es la dirección IPv6 para localhost.

Los detalles (incl.los pertinentes para el caso Windows) se encuentran en http://dev.mysql.com/doc/refman/5.5/en/default-privileges.html .

 54
Author: Brian Driscoll,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-08-14 15:46:28