Doooing commented on issue #1904: URL: https://github.com/apache/hop/issues/1904#issuecomment-1336846194
Hi @hansva , Thank you for your answer. I just deleted the reply because of a new problem. I don't know if there is a problem with mysql driver download. If it's convenient, you can help me take a look. Thank you very much. Driver download URL: https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.28 [Current error]: org.apache.hop.core.exception.HopDatabaseException: Error occurred while trying to connect to the database Error connecting to database: (using class com.mysql.cj.jdbc.Driver) No suitable driver found for localhost at org.apache.hop.core.database.Database.normalConnect(Database.java:330) at org.apache.hop.core.database.Database.connect(Database.java:261) at org.apache.hop.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:47) at org.apache.hop.core.database.DatabaseFactory.getConnectionTestResults(DatabaseFactory.java:72) at org.apache.hop.core.database.DatabaseMeta.testConnectionSuccess(DatabaseMeta.java:2042) at org.apache.hop.ui.core.database.DatabaseMetaEditor.testConnection(DatabaseMetaEditor.java:832) at org.apache.hop.ui.core.database.DatabaseMetaEditor.test(DatabaseMetaEditor.java:719) at org.apache.hop.ui.core.database.DatabaseMetaEditor.lambda$createButtonsForButtonBar$6(DatabaseMetaEditor.java:887) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4251) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4068) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3645) at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:404) at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:305) Caused by: org.apache.hop.core.exception.HopDatabaseException: Error connecting to database: (using class com.mysql.cj.jdbc.Driver) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
