当前位置:网站首页>手把手教你安装MySQL数据库
手把手教你安装MySQL数据库
2022-07-21 03:19:00 【喵宁一】
分别来讲讲Windows和Mac系统的安装方式。
1、Windows系统
下载MySQL:
https://dev.mysql.com/downloads/windows/installer/8.0.html
打开上方网址,会出现下面界面,我们选择第一个 Windows (x86, 32-bit), MSI Installer 安装。
点击Download之后,会进入下载页面,我们下拉到底部,选择No thanks,just start my download。就可以不用注册登录,直接下载。
安装过程中,一直点击next,保持默认选项就可以,唯一要注意的是,要给mysql设置密码,要牢记这个密码,待会登录数据库的时候要用到,这样就完事了。
2、Mac系统
下载MySQL:
https://dev.mysql.com/downloads/mysql/
打开上方网址,Mac电脑会出现下面界面,我们选择 macOS 11 (x86, 64-bit), DMG Archive 安装。
点击Download之后,会进入下载页面,我们下拉到底部,选择No thanks,just start my download。就可以不用注册登录,直接下载。
安装过程中,也就一直点击下一步,保持默认选项就可以。要牢记设置的密码。
不过Mac电脑还没完,还需要继续安装WorkBench这个图形化工具,方便我们操作数据库。Windows已经一起安装上了,不需要再次操作。
打开网址:
https://dev.mysql.com/downloads/workbench/
选择macOS (x86, 64-bit), DMG Archive安装。
如果你的Mac版本较低,安装这个版本可能会报错。
如果报错的话,就重新安装WorkBench历史版本。
点击下面链接下载WorkBench历史版本,我选择的是8.0.15版本。
https://downloads.mysql.com/archives/workbench/
3、WorkBench介绍
安装成功后的WorkBench是这样的,我们双击打开。
默认会出现红框里面的信息,双击输入密码,登录数据库。
如果实实在在搞不清楚怎么安装,建议大家去咸鱼搜搜,花几块钱找人安装就完事了~
下节课我们来创建数据库和数据表。
点击关注,更新课程第一时间通知哦~
边栏推荐
- C language -- the use and Simulation of library function qsort
- How to realize copyright protection of Digital Collections
- 06 提取数据的json字符串
- Unity—Input类
- [pytoch] learning notes (I) create your own data set
- Essential tools for streamlit Data Science
- 【经验分享】数学建模论文格式要求及常见问题汇总
- JMeter学习笔记003-JMeter之CSV参数化
- kubernetes的这几种存储卷,别再傻傻分不清了
- Metahuman Face材质球总结
猜你喜欢
Clickhouse table engine
Phpstudy_ Pro builds sqli labs shooting range for SQL injection test
C language -- the use and Simulation of library function qsort
阿里云发布行业首个「视频直播技术最佳实践图」!
Alibaba cloud released the industry's first "best practice map of live video technology"!
ThreadLocal
V853 development board hardware data - risc-v core e907 user manual
06 JSON string for extracting data
[pytoch] learning notes (I) create your own data set
PostgreSQL source code (64) query execution - sub module executor (2) data structure and execution process before execution
随机推荐
如何解决wget命令出现Unable to establish SSL connection.
NFS service configuration
TCP協議
PostgreSQL source code (64) query execution - sub module executor (2) data structure and execution process before execution
[QT] correct method of character encoding conversion of log path
软件测试面试题:您认为在测试人员同开发人员的沟通过程中,如何提高沟通的效率和改善沟通的效果?维持测试人员同开发团队中其他成员良好的人际关系的关键是什么?
Clickhouse architecture
软件测试面试题:黑盒测试和白盒测试是软件测试的两种基本方法,请分别说明各自的优点和缺点!
Tutorial (7.0) 03 Forticlient EMS configuration and Management * forticlient EMS * Fortinet network security expert NSE 5
Unity—Input类
06 JSON string for extracting data
软件测试面试题:测试人员在软件开发过程中的任务是什么?
Eight solutions to cross domain problems (the latest and most comprehensive)
Don't be silly to distinguish these kinds of storage volumes of kubernetes
Don't be silly to distinguish these kinds of storage volumes of kubernetes
Software testing interview question: what work is usually done in each stage of software testing? What are the outcome documents of each stage? What is included?
NFT: the core of digital ownership
kubernetes的这几种存储卷,别再傻傻分不清了
Alibaba cloud released the industry's first "best practice map of live video technology"!
[QT入门篇]定时器QTimer类