数据库开始啦_1

非原创

本文转自https://github.com/a415432669/-front_end_notebook/tree/master/Node/day6/%E6%96%87%E6%A1%A3

数据库:专门用于存放数据地方。sqlServer,mysql,sqlite

数据库分类:关系型数据库(mysql),非关系型数据库(nosql,mongodb),图谱数据库(大数据建立知识图谱)

1. Mysql下载


https://dev.mysql.com/downloads/

2. 选择 [MySQL Community Server](https://dev.mysql.com/downloads/mysql/) 

3. 下载页面


https://dev.mysql.com/downloads/windows/installer/8.0.html

4. 安装MySQL

注意:

1. 仅安装server-only
2. 选择mysql.5x密码验证

5. 测试是否安装成功

1. 打开mysql8.0 cline client
2. 输入账号密码能够进入数据库

6. 安装navicat

7. 破解navicat

​    安装好后,点击打开PatchNavicat.exe
 

猜你喜欢

转载自blog.csdn.net/small_rain_/article/details/112511042