当前位置:网站首页>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,安装成功。
边栏推荐
- Introduction à mongodb
- softmax的近似之NCE详解
- float与0比较
- [combinatorics] basic counting principle (addition principle | multiplication principle)
- Node start server
- Bid farewell to artificial mental retardation: Mengzi open source project team received RMB 100 million financing to help NLP develop
- [set theory] partial order relation (partial order relation definition | partial order set definition | greater than or equal to relation | less than or equal to relation | integer division relation |
- 用Three.js做一個簡單的3D場景
- 45 lectures on MySQL [index]
- MySQL practice 45 [SQL query and update execution process]
猜你喜欢
C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions
MongoDB安装 & 部署
Idea format code idea set shortcut key format code
umi 路由拦截(简单粗暴)
Don't use the new Dede collection without the updated Dede plug-in
PAT乙级“1104 天长地久”DFS优化思路
docker安装redis
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)
Pytorch轻量级可视化工具wandb(local)
Pytorch配置
随机推荐
Pytoch configuration
redis高级应用【密码防护、数据持久化、主从同步、哨兵模式、事务】【暂未完成(半成品)】
New programmers use the isXXX form to define Boolean types in the morning, and are discouraged in the afternoon?
MongoDB簡介
com. fasterxml. jackson. databind. Exc.invalidformatexception problem
900w+ data, from 17s to 300ms, how to operate
[algebraic structure] group (definition of group | basic properties of group | proof method of group | commutative group)
L'index des paramètres d'erreur est sorti de la plage pour les requêtes floues (1 > Nombre de paramètres, qui est 0)
Vs 2019 installation and configuration opencv
Réglez la hauteur et lancez le système. Currenttimemillis catton
Agile certification (professional scrum Master) simulation exercises
@Accessors注解作用指定前缀遵守驼峰命名
Node start server
基于QT的tensorRT加速的yolov5
[combinatorics] basic counting principle (addition principle | multiplication principle)
[combinatorics] Application of exponential generating function (multiple set arrangement problem | different balls in different boxes | derivation of exponential generating function of odd / even sequ
LVGL使用心得
程序员新人上午使用 isXxx 形式定义布尔类型,下午就被劝退?
Use of check boxes: select all, deselect all, and select some
C# WebRequest POST模式 ,基于“Basic Auth”口令认证模式,使用multipart/form-data方式上传文件及提交其他数据