当前位置:网站首页>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,安装成功。
边栏推荐
- Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!
- 【PyG】理解MessagePassing过程,GCN demo详解
- numpy之 警告VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences
- Limit of one question per day
- Idea set method call ignore case
- Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
- VS 2019安装及配置opencv
- 敏捷认证(Professional Scrum Master)模拟练习题
- Unity3d RPG implementation (medium)
- umi 路由拦截(简单粗暴)
猜你喜欢
MySQL Real combat 45 [SQL query and Update Execution Process]
机械臂速成小指南(八):运动学建模(标准DH法)
Introduction to mongodb
Vs 2019 configuration tensorrt
docker安装mysql
PAT乙级“1104 天长地久”DFS优化思路
Docker install redis
Use of El tree search method
Lvgl usage experience
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
随机推荐
Limit of one question per day
[combinatorics] Application of exponential generating function (multiple set arrangement problem | different balls in different boxes | derivation of exponential generating function of odd / even sequ
Small guide for rapid formation of manipulator (VIII): kinematic modeling (standard DH method)
Vs 2019 configuration du moteur de génération de tensorrt
VS克隆时显示403错误
为什么线程崩溃不会导致 JVM 崩溃
VS code配置虚拟环境
Spark on yarn resource optimization ideas notes
900w+ data, from 17s to 300ms, how to operate
MySql实战45讲【行锁】
softmax的近似之NCE详解
Elsevier latex submitted the article pdftex def Error: File `thumbnails/cas-email. jpeg‘ not found: using draf
PHP constructor with parameters - PHP constructor with a parameter
Introduction à mongodb
Vs 2019 installation and configuration opencv
Converts a timestamp to a time in the specified format
解决高并发下System.currentTimeMillis卡顿
监听对象中值变化及访问
VS 2019配置tensorRT
MongoDB复制集【主从复制】