Hi everyone,
I'm using the river plugin from https://github.com/jprante/elasticsearch-river-jdbc Does anyone has
experience with it? I'm getting while the login process an access denied
message!
I configured my river like is expected in the documentation:
After running the river... it shows me an error as following:
[2014-11-13 10:59:24,928][ERROR][river.jdbc.SimpleRiverSource] while
opening read connection: jdbc:mysql://my_domain.com:3306/my_database Access
denied for user 'my_user'@'my_ip_address' (using password: YES)
java.sql.SQLException: Access denied for
user 'my_user'@'my_ip_address' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
I'm using the correct domain address + correct username + correct password!
Thank you guys in advance for any help
cheers
Well i have solved the problem. Everything is working fine
The db user was not allowed to use from the internet/intranet. So i added a
new db user with appropriate rights in mysql.
thx
Am Donnerstag, 13. November 2014 11:11:35 UTC+1 schrieb Ramy:
Hi everyone,
I'm using the river plugin from GitHub - jprante/elasticsearch-jdbc: JDBC importer for Elasticsearch Does anyone has
experience with it? I'm getting while the login process an access denied
message!
I configured my river like is expected in the documentation:
After running the river... it shows me an error as following:
[2014-11-13 10:59:24,928][ERROR][river.jdbc.SimpleRiverSource] while
opening read connection: jdbc:mysql://my_domain.com:3306/my_database
Access denied for user 'my_user'@'my_ip_address' (using password: YES)
java.sql.SQLException: Access denied for
user 'my_user'@'my_ip_address' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
I'm using the correct domain address + correct username + correct password!
Thank you guys in advance for any help
cheers
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.