当前位置:Gxlcms > 数据库问题 > MySQL/Oracle/SQL Server默认端口、JDBCdriver、Url

MySQL/Oracle/SQL Server默认端口、JDBCdriver、Url

时间:2021-07-01 10:21:17 帮助过:3人阅读

 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";

 

MySQL/Oracle/SQL Server默认端口、JDBCdriver、Url

标签:nbsp   ora   word   data   bsp   har   body   serve   jdbc   

人气教程排行