You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018/06/14 19:50:37 [CustomerDB] Refreshing list from mysql...
[mysql] 2018/06/14 19:50:37 auth.go:293: unknown auth plugin:
[mysql] 2018/06/14 19:50:37 driver.go:120: could not use requested auth plugin '': this authentication plugin is not supported
The .42 IP is my mysql server with the zones table in the dns_query DB. The table is very large (80k+ rows).
I tested with different user name and passwords and database names and got the correct errors (bad auth & table not found), so it is connecting OK. Maybe it's still working? I'll test ingestion next, but we should resolve the error all the same.
The text was updated successfully, but these errors were encountered:
oh! it might be helpful to know that even with an authentication error, the unknown auth plugin error hits regardless:
2018/06/14 21:10:10 [CustomerDB] Refreshing list from mysql...
[mysql] 2018/06/14 21:10:10 auth.go:293: unknown auth plugin:
[mysql] 2018/06/14 21:10:10 driver.go:120: could not use requested auth plugin '': this authentication plugin is not supported
2018/06/14 21:10:10 [CustomerDB] ERROR: Could not refresh customer list ( Error 1045: Access denied for user 'useeeer'@'192.168.68.110' (using password: YES) )!
If I use the default
customer-db
value indnsauth.toml
:Everything works fine. But if I use a custom one like this:
I get an error:
The .42 IP is my mysql server with the
zones
table in thedns_query
DB. The table is very large (80k+ rows).I tested with different user name and passwords and database names and got the correct errors (bad auth & table not found), so it is connecting OK. Maybe it's still working? I'll test ingestion next, but we should resolve the error all the same.
The text was updated successfully, but these errors were encountered: