MyEclipse连接Mysql

来源:互联网 发布:tv域名能备案吗 编辑:程序博客网 时间:2024/06/05 15:13

MyEclipse在连接MySQL时显示下面错误:

Error while performing database login with the...driver:Access denied for user ‘chen’@’localhost’(using password:YES)

如图:

原因可能是密码错误。如果忘记MySQL的用户密码,可以根据http://jingyan.baidu.com/article/454316ab4e9e65f7a7c03ad1.html指导修改密码。点击打开链接

0 0