2017-10-31 4 views
0

ich unten Problem bin vor, wenn auf MariaDB durch Talendmaria DB-Verbindung Ausgabe

Exception in component tMysqlConnection_2 
java.sql.SQLException: Host 'xx.xx.xx.xx' is not allowed to connect to this MariaDB server 
    at org.mariadb.jdbc.internal.SQLExceptionMapper.get(SQLExceptionMapper.java:149) 
    at org.mariadb.jdbc.internal.SQLExceptionMapper.throwException(SQLExceptionMapper.java:106) 
    at org.mariadb.jdbc.Driver.connect(Driver.java:114) 
    at java.sql.DriverManager.getConnection(Unknown Source) 
    at java.sql.DriverManager.getConnection(Unknown Source) 
    at local_project.bokka_0_1.bokka.tMysqlConnection_2Process(bokka.java:321) 
    at local_project.bokka_0_1.bokka.runJobInTOS(bokka.java:586) 
    at local_project.bokka_0_1.bokka.main(bokka.java:443) 
Caused by: org.mariadb.jdbc.internal.common.QueryException: Host '10.207.0.39' is not allowed to connect to this MariaDB server 
    at org.mariadb.jdbc.internal.mysql.MySQLProtocol.connect(MySQLProtocol.java:398) 
    at org.mariadb.jdbc.internal.mysql.MySQLProtocol.connect(MySQLProtocol.java:673) 
    at org.mariadb.jdbc.internal.mysql.MySQLProtocol.<init>(MySQLProtocol.java:266) 
    at org.mariadb.jdbc.Driver.connect(Driver.java:110) 
    ... 5 more 

Könnte mir jemand helfen, lösen Sie dieses

+0

Mögliche Duplikat [Host ‚xxx.xx.xxx.xxx‘ ist nicht auf diesen MySQL-Server zu verbinden erlaubt] (https://stackoverflow.com/questions/1559955/host-xxx-xx-xxx-xxx-is-not-allowed-to-this-mysql-server) – tobi6

+0

Ich nehme Rechte Problem, siehe https://StackOverflow.com/questions/1559955/Host- xxx-xx-xxx-xxx-is-not-allowed-to-this-mysql-server – tobi6

Antwort

0

Danke für Antworten cconnecting, Das war ein Firewall-Problem mit Zielmaschine.

Behinderte gleich und alles hat gut funktioniert

Verwandte Themen