常见数据库的连接URL

来源:互联网 发布:36氪网站源码 编辑:程序博客网 时间:2024/05/22 02:07

数据库  

MySQL  jdbc://mysql://localhost:3306/db    默认端口3306 db:连接时使用的数据库模式

Oracle   jdbc://oracle://thin:@localhost:1521:db

DB2      jdbc://db2://localhost:6789/db

PostgreSQL   jdbc://postgresql://localhost:5432/db

Sysbase      jdbc:jtds:sybase://localhost:2638/db

SQLServer   jdbc:microsoft:sqlserver://localhost:1433;databaseName=db

SQLServer2005  jdbc:sqlserver://localhost:1433;databaseName=db