Bug #52687
closedSupport ip mask for localhost mysql connections
100%
Description
Currently the hostname is checked for localhost or 127.0.0.1 only for local mysql connection host. But as specified in RFC 790 all ip addresses with mask 127.x.x.x are considered to be on localhost. So the install tool should be able to handle ip addresses starting with 127. as localhost.
Updated by Nicole Cordes about 11 years ago
There is a problem even with hostnames other than localhost or 127.0.0.1 because no default port is set during smooth migration process!
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24553
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24553
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24553
Updated by Nicole Cordes about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 681d2565d0babafd648b0bc3c6720005526a13be.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed