[MDEV-6190] Wrong host/IP address is printed back after ERROR 1045 (28000) Created: 2014-04-30 Updated: 2014-04-30 Resolved: 2014-04-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.36 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Martin Tournoij (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux martin-xps2 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64 GNU/Linux mysql Ver 15.1 Distrib 5.5.36-MariaDB, for Linux (x86_64) using readline 5.1 |
||
| Description |
|
I enter 192.168.33.10, yet it echoes back 192.168.33.1? It does seem to connect to the right address, though:
It does seem to with the MySQL on the server:
|
| Comments |
| Comment by Elena Stepanova [ 2014-04-30 ] |
|
What is your topology, exactly? Please keep in mind that when you provide an address on the command line (-h host), you indicate where to connect to, where the server is running. So, if your server and client are running on different hosts, naturally the messages will contain the different addresses. |
| Comment by Martin Tournoij (Inactive) [ 2014-04-30 ] |
|
> When you are getting "Can't connect to", it's also where the client tried to connect to, the location of the server as you indicated it. Indeed. This is how MySQL authentication works >_< ... This bug report is phenomenally stupid. I just got confused, which apparently didn't clear up in the course if filing this report. I owe everyone who wasted their time reading this report a beer. |