sqlserver 数据库

默认端口号为:1433

URL=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=dbname

DriverClasses = com.microsoft.jdbc.sqlserver.SQLServerDriver

 

mysql 数据库      

默认端口号为:3306

URL=jdbc:mysql://localhost:3306/test? user=root&password=&useUnicode=true&characterEncoding=gbk

DriverClasses = com.mysql.jdbc.Driver

 

oracle 数据库   

默认端口号为:1521

URL=jdbc:oracle:thin:@localhost :1521:orcl

DriverClasses = oracle.jdbc.driver.OracleDriver

 

神通数据库(oscar)

默认端口号为:2003

url = jdbc:oscar://localhost:2003/osrdb

DriverClasses = com.oscar.Driver

 

达梦数据库(dm)   

默认端口号为:5236

url = jdbc:dm://localhost:5236

DriverClasses = dm.jdbc.driver.DmDriver

 

文章转载至:https://www.cnblogs.com/siskin/p/11430892.html

相关文章:

  • 2021-07-27
  • 2022-12-23
  • 2021-12-23
  • 2021-04-07
  • 2021-05-23
  • 2022-12-23
  • 2021-04-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
相关资源
相似解决方案