Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.6.3
-
None
-
linux
Description
I'm not sure if this is a bug, or maybe this should be documented a lot better because I spent some time on this.
Probably caused by MDEV-6536, specifying
no longer listens on both ipv4 and ipv6 like it did before. It now only listens on ipv6, causing unexpected "Connection Refused" errors when connecting through ipv4.bind_address = ::
Previously mariadb listened on
, in 10.6 this became*:3306
[::]:3306
Attachments
Issue Links
- is caused by
-
MDEV-6536 make --bind=hostname to listen on both IPv6 and IPv4 addresses
- Closed