[MDEV-4961] COM_REGISTER_SLAVE failed: Access denied for user 'xxxx'@'localhost' Created: 2013-08-28 Updated: 2016-01-14 Due: 2013-10-09 Resolved: 2013-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Pierre Joubert | Assignee: | Kristian Nielsen |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OpenVZ Container on Proxmox VE 3.1 (http://www.proxmox.com/) |
||
| Description |
|
Setup replication and test that it work. This DO NOT work Change replication: The problem seems to be that it tries to connect to localhost in stead of the server ip (10.0.0.1). Localhost is a problem as explained in the article at: I believe MariaDB it is trying to use a local socket and not 127.0.01 or 10.0.0.1 |
| Comments |
| Comment by Kristian Nielsen [ 2013-09-02 ] |
|
I think this is most likely a problem with the access rights set up in the It seems that the correct IP address is used through the ssh tunnel. If it was Note that on the master side, the connection will be seen as coming from the I see that there has been some edit of the actual host IP address and user in Make sure that the exact same user name and password, connecting from the Replication always uses an IP address to connect to the master, it can not use |