首页 > 技术文章 > Myeclipse连接Mysql数据库时报错:Error while performing database login with the pro driver:unable

7q4w1e 2018-11-20 20:31 原文

driver template: Mysql connector/j(下拉框进行选择)

driver name: 任意填,最好是数据库名称,方便查找

connection URL: jdbc:mysql://localhost:3306/programmableweb

User name: 用户名

password: 密码

Driver jars: 添加jar包mysql-connector-java-5.1.40-bin.jar(路径必须是英文)

Driver classname: com.mysql.jdbc.Driver(下拉框进行选择)

 


参考网址:https://blog.csdn.net/wuting3680278/article/details/71698936

推荐阅读