MySql:
driver:com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/database_name
SQL Server 2008:
driver:com.microsoft.sqlserver.jdbc.SQLServerDriver
url:jdbc:sqlserver://localhost:1433; DatabaseName=database_name
原文:http://www.cnblogs.com/listened/p/4201410.html