- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk db connect: "host is not allowed to connect to MySQL"
aquillius
New Member
03-17-2014
12:08 AM
I'm trying to connect to the database of another server for me to build dashboards but i can't connect. anyone here knows how to fix the error?
here's the error:
ERROR java.sql.SQLException: null, message from server: "Host '192.168.1.140' is not allowed to connect to this MySQL server"
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
03-17-2014
04:50 AM
Have you told MySQL to allow connections from the Splunk server? Something like "GRANT ALL PRIVILEGES ON *.* TO 'user'@'192.168.1.140'"
should do it.
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
