1.先配置好MYSQL,下载好mysql-connector-java-5.1.7-bin.jar
2.打开Myeclipse,window->open perspective->MyEclipseDatabase Explorer。右击空白处新建一个
Myeclipse链接MYSQL
3.设置添加,导入jar包。
Myeclipse链接MYSQL
connection URL:更改为jdbc:mysql://localhost:3306/(dbname即你的数据库名)

user name:你数据库的用户名,默认root用户

password:用户名密码

相关文章:

  • 2021-11-22
  • 2021-07-06
  • 2022-12-23
  • 2022-01-07
  • 2021-08-13
  • 2021-08-19
猜你喜欢
  • 2022-12-23
  • 2021-04-30
  • 2021-07-20
  • 2021-11-13
  • 2021-12-22
  • 2021-09-28
  • 2021-04-13
相关资源
相似解决方案