When I start maxscale, I get the following error:
...
2017-01-17 20:26:05 debug : qc_sqlite: Token 34 not handled explicitly.
2017-01-17 20:26:05 debug : qc_sqlite: Token 103 not handled explicitly.
2017-01-17 20:26:05 debug : qc_sqlite: Token 216 not handled explicitly.
2017-01-17 20:26:05 notice : Loaded module maxscaled: V2.0.0 from /usr/lib64/maxscale/libmaxscaled.so
2017-01-17 20:26:05 notice : Listening connections at /tmp/maxadmin.sock with protocol MaxScale Admin
2017-01-17 20:26:05 debug : 140414757828672 [poll_add_dcb] Added dcb 0x1ad27f0 in state DCB_STATE_LISTENING to poll set.
2017-01-17 20:26:05 notice : Using encrypted passwords. Encryption key: '/var/lib/maxscale/.secrets'.
2017-01-17 20:26:05 error : Failed to retrieve database names:
2017-01-17 20:26:05 error : Shard Router: Unable to load database grant information, MaxScale authentication will proceed without including database permissions. See earlier error messages for user '*******' for more information.
2017-01-17 20:26:05 error : Failed to retrieve database names:
2017-01-17 20:26:05 error : Shard Router: Unable to load database grant information, MaxScale authentication will proceed without including database permissions. See earlier error messages for user '*******' for more information.
I enabled debug, and still can't see what the "earlier" message is!! I can connect to the servers using the configured account, and I run a show databases without any issues.
The databases are in RDS.
Any idea?
Thanks