我可以使用jdbc:postgresql://host:port/database
來使用jdbc驅動程序連接到postgresql服務器中的數據庫。如何連接到PostgreSQL服務器來查詢數據庫名稱列表
但我想連接到postgresql服務器,並在那裏找到數據庫列表。當我用jdbc:postgresql://localhost:5432
,我叫
java.sql.SQLException: No suitable driver found for jdbc:postgresql://localhost:5432
是否有任何其他驅動程序或獲取到服務器的連接不知道在服務器上的數據庫名稱和查詢數據庫表有什麼方法例外嗎?
http://stackoverflow.com/問題/ 16696688/no-suitable-driver-found-for-jdbcpostgresql -192-168-1-85432-nexentasearch – Jay
@Jay:no。這沒有幫助。請仔細閱讀問題 – lakshman
看起來這是不可能的,出於安全原因。檢查這個http://postgresql.1045698.n5.nabble.com/I-can-t-get-the-database-s-list-td2175993.html – Jay