Comment 0 for bug 1526723

Revision history for this message
Kévin Bernard-Allies (kbernard-allies) wrote :

WHen I start a server without bind-address option, or with "bind-address = ::", the server only listens on IPv6.

The mysql doc indicates it should listen on both IPv6 and IPv4.

$> lsof -i TCP | grep mysql
mysqld 32594 mysql 11u IPv4 99449675 0t0 TCP *:4567 (LISTEN)
mysqld 32594 mysql 13u IPv4 99449678 0t0 TCP test-sql-001.lan.xxx.com:53605->192.168.2.182:4567 (ESTABLISHED)
mysqld 32594 mysql 14u IPv4 99449680 0t0 TCP test-sql-001.lan.xxx.com:33919->192.168.2.183:4567 (ESTABLISHED)
mysqld 32594 mysql 21u IPv6 99450186 0t0 TCP *:mysql (LISTEN)