[MXS-271] Schemarouter and unknown databases Created: 2015-07-15 Updated: 2015-09-10 Resolved: 2015-09-10 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 |
||
| Issue Links: |
|
||||||||
| Description |
|
Schemarouter occasionally reports an unknown database when connecting directly to a database:
The database exists on the backend server and the user has correct grants. I haven't found a way to reproduce this every time. |
| Comments |
| Comment by martin brampton (Inactive) [ 2015-07-17 ] |
|
Comments by Simon Mudd: As I’m sure you are aware MySQL treats localhost specially and it’s not the same as 127.0.0.1. Localhost is an “alias” for the unix socket which in MySQL is defined in [mysqld] by socket=/path/to/mysql.sock or similar. I don’t believe that MaxScale supports local connections to a unix socket, but either way if you see the address part Either way improving the error message to explain more clearly what the actual problem is would be most helpful. |
| Comment by markus makela [ 2015-08-17 ] |
|
This is most likely related to |
| Comment by Dipti Joshi (Inactive) [ 2015-09-09 ] |
|
markus makela Will this be closed when |