error while performing database login with the mysql driver 的解决方法
使用myeclipse 连接MySQL
1.排除驱动包问题
2.已成功安装MySQL,在Navicat for Mysql 中能连接MySQL
3.127.0.0.1不能解决问题
错误截图
1.
2.
解决方式:
jdbc:mysql://localhost/mysql?user=root&password=123456/DB_name
感谢博主:
https://blog.csdn....
翻译
2019-05-30 20:03:09 ·
2738 阅读 ·
0 评论