1. 下载
MySQL :: Download MySQL Installer (Archived Versions)
https://downloads.mysql.com/archives/installer/
2. 安装
step 1: server only

用户名/密码: root/root
step 2: check

step 3: create database
> create database mynear;
> show databases;

3.配置eclipses
step 1: 下载mysql-connector-java-5.1.49
MySQL :: Download MySQL Connector/J (Archived Versions)
https://downloads.mysql.com/archives/c-j/
step 2: 设置eclipse

本文档详细介绍了如何安装MySQL数据库,从下载MySQL Installer到设置root用户,再到创建数据库mynear。接着,指导读者在Eclipse中配置MySQL连接,包括下载mysql-connector-java驱动并进行相关设置。
43万+

被折叠的 条评论
为什么被折叠?



