phpStorm链接mysql配置

------解决方案--------------------------------------------------------
JDBC Driver FIles:
mysql-connector-java-5.1.18-bin.jar, mysql-connector-license.txt(该部分需要下载,附件是下载好的包)

JDBC Driver Class:
com.mysql.jdbc.Driver

DATABASE URL
jdbc:mysql://localhost:3306/  (localhost连接的是本地的数据库)

UserName:
root

Password:
******

猜你喜欢

转载自zhibin07.iteye.com/blog/1707452
今日推荐