天天看點

mysql連接配接資料庫的配置檔案

jdbc.properties常用的資料庫配置檔案如下:

jdbc.username=root  

jdbc.password=root  

jdbc.driver=com.mysql.jdbc.Driver 

jdbc.url=jdbc:mysql://localhost:3306/databasename

有另一種方式jdbc.url=jdbc:mysql:///databasename

其餘配置一緻