Bug #25661 | Connection Dialog: IP is not treated as localhost | ||
---|---|---|---|
Submitted: | 17 Jan 2007 1:49 | Modified: | 17 Jan 2007 13:18 |
Reporter: | Jared S (Silver Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.2.8 | OS: | Windows (WinXP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | host, query browser, rights |
[17 Jan 2007 1:49]
Jared S
[17 Jan 2007 13:18]
Valeriy Kravchuk
Why not just to create user or set grants properly? Read http://dev.mysql.com/doc/refman/5.0/en/create-user.html and http://dev.mysql.com/doc/refman/5.0/en/grant.html for the details. In any case, it is not MySQL Query Browser problem. This is a documented server behaviour (read http://dev.mysql.com/doc/refman/5.0/en/connection-access.html and http://dev.mysql.com/doc/refman/5.0/en/request-access.html). "localhost" usually should resolve to 127.0.0.1, by the way.