陈大哈吧 关注:10贴子:141
  • 0回复贴,共1

【数据库】mysql、oracle、sqlserver常用的URL,驱动名

只看楼主收藏回复

sqlserver
默认端口号为:1433
URL:"jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=dbname"
DRIVERNAME:"com.microsoft.jdbc.sqlserver.SQLServerDriver";
mysql
默认端口号为:3306
URL:jdbc:mysql://localhost:3306/test? user=root&password=&useUnicode=true&characterEncoding=gbk
DRIVERNAME:"com.mysql.jdbc.Driver";
oracle
默认端口号为:1521
URL:"jdbc:oracle:thin:@localhost:1521:orcl";
DRIVERNAME:"oracle.jdbc.driver.OracleDriver";


本楼含有高级字体1楼2013-11-19 11:46回复