无法使用 jdbc 驱动程序建立与 orientdb 的连接?
Cannot establish a connection to orientdb using jdbc driver?
我是 orientdb 的新手,我正在使用 netbeans 的(添加新连接向导)添加到 orientdb 的连接,我使用了 orientdb-jdbc-2.0.2-all.jar 作为 jdbc 驱动程序,但在单击测试连接后出现以下错误
我确保数据库已连接并且一切正常,知道吗?
问题应该出在连接端口上。您正在使用 2480(HTTP 端口)而不是 2424(二进制协议)。
URL应该是jdbc:orient:remote:localhost/Sensor_Data
查看文档:http://www.orientechnologies.com/docs/last/orientdb-jdbc.wiki/Home.html#first-get-a-connection。
我是 orientdb 的新手,我正在使用 netbeans 的(添加新连接向导)添加到 orientdb 的连接,我使用了 orientdb-jdbc-2.0.2-all.jar 作为 jdbc 驱动程序,但在单击测试连接后出现以下错误
我确保数据库已连接并且一切正常,知道吗?
问题应该出在连接端口上。您正在使用 2480(HTTP 端口)而不是 2424(二进制协议)。
URL应该是jdbc:orient:remote:localhost/Sensor_Data
查看文档:http://www.orientechnologies.com/docs/last/orientdb-jdbc.wiki/Home.html#first-get-a-connection。