当前位置:网站首页>Mysql Mac版下载安装教程
Mysql Mac版下载安装教程
2022-07-03 03:23:00 【水w】
目录
下载安装
(1)首先进入官网MySQL :: Download MySQL Community Server
找到对应的版本,点击进行下载(此处我选择的是最新版本“macOS 12(ARM,64-bit),DMG Archive”进行下载),

(2)点击版本后面的“Download”之后,跳转到此页面,我们选择“只下载mysql”, 跳过登录和注册,

进入下载之后, 等待dmg文件下载完成,

(3)下载完成之后,找到刚刚下载的dmg文件,双击打开,

(4)双击“mysql-8.0.29-macos12-am64.dmg”,进入安装流程,

点击“继续”进入下一页,

点击“继续”进入下一页,

点击“安装”进入下一页,

点击“next”进入下一页,

输入密码之后,点击“finnish”,

点击“继续”进入下一页,

点击“关闭”。
(5)安装完毕后,进入系统偏好设置,找到mysql。

双击打开mysql,启动mysql,

当遇到这样的界面时,输入之前设置的密码即可,

(6)安装之后,我们需要先验证一下是否已经按照成功了,打开终端执行命令,
PATH="$PATH":/usr/local/mysql/bin之后输入命令进行查看mysql的版本信息,
mysql -V如果出现如下mysql版本信息说明安装配置成功。

(7)执行命令输入安装时设置的用户密码,终端只要出现“mysql>”就可以登录到 mysql了,
mysql -uroot -p[密码]
输入“exit”之后,就可以退出Mysql了,

OK,安装成功。
边栏推荐
- Limit of one question per day
- ffmpeg之 一张/多张图片合成视频
- [combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
- com. fasterxml. jackson. databind. Exc.invalidformatexception problem
- Pytorch轻量级可视化工具wandb(local)
- 2020-01-01t00:00:00.000000z date format conversion
- MongoDB基本操作【增、删、改、查】
- Docker install redis
- softmax的近似之NCE详解
- Nce detail of softmax approximation
猜你喜欢

Nce detail of softmax approximation

Anhui University | small target tracking: large-scale data sets and baselines

Agile certification (professional scrum Master) simulation exercise-2

QQ小程序开发之 一些前期准备:预约开发账号、下载安装开发者工具、创建qq小程序

Gavin teacher's perception of transformer live class - rasa project's actual banking financial BOT Intelligent Business Dialogue robot architecture, process and phenomenon decryption through rasa inte

Limit of one question per day

Spark on yarn资源优化思路笔记

UMI route interception (simple and rough)

机械臂速成小指南(八):运动学建模(标准DH法)

渤、黄海的潮汐特征
随机推荐
Find the storage address of the elements in the two-dimensional array
New programmers use the isXXX form to define Boolean types in the morning, and are discouraged in the afternoon?
Avec trois. JS fait une scène 3D simple
Agile certification (professional scrum Master) simulation exercises
[combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
C#通用接口调用
Unity3d RPG implementation (medium)
使用InputFilter限制EditText时踩坑及解决方案
ffmpeg之 一张/多张图片合成视频
Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check
Small guide for rapid formation of manipulator (VIII): kinematic modeling (standard DH method)
How to make backgroundworker return an object
What happens between entering the URL and displaying the page?
敏捷认证(Professional Scrum Master)模拟练习题
PAT乙级“1104 天长地久”DFS优化思路
Pat class B common function Usage Summary
MySql实战45讲【全局锁和表锁】
[mathematical logic] predicate logic (individual word | individual domain | predicate | full name quantifier | existence quantifier | predicate formula | exercise)
MySQL practice 45 lecture [row lock]
将时间戳转为指定格式的时间