当前位置:网站首页>MySQL MAC download and installation tutorial
MySQL MAC download and installation tutorial
2022-07-03 03:27:00 【Water W】
Catalog
Download and install
(1) First enter the official website MySQL :: Download MySQL Community Server
Find the corresponding version , Click to download ( Here I choose the latest version “macOS 12(ARM,64-bit),DMG Archive” Download ),

(2) Click “Download” after , Jump to this page , We choose “ Only download mysql”, Skip login and registration ,

After entering the download , wait for dmg File download complete ,

(3) Once the download is complete , Find just downloaded dmg file , Double-click to open ,

(4) double-click “mysql-8.0.29-macos12-am64.dmg”, Enter the installation process ,

Click on “ continue ” Go to the next page ,

Click on “ continue ” Go to the next page ,

Click on “ install ” Go to the next page ,

Click on “next” Go to the next page ,

After entering the password , Click on “finnish”,

Click on “ continue ” Go to the next page ,

Click on “ close ”.
(5) After installation , Enter system preferences , find mysql.

Double-click to open mysql, start-up mysql,

When you encounter such an interface , Enter the password you set before ,

(6) After installation , We need to verify whether it has been successful , Open the terminal and execute the command ,
PATH="$PATH":/usr/local/mysql/binThen enter the command to view mysql Version information for ,
mysql -VIf it appears as follows mysql The version information indicates that the installation and configuration are successful .

(7) Execute the command and enter the user password set during installation , As long as the terminal appears “mysql>” You can log in to mysql 了 ,
mysql -uroot -p[ password ]
Input “exit” after , You can quit Mysql 了 ,

OK, Installation successful .
边栏推荐
- Vs 2019 configure tensorrt to generate engine
- 从输入URL到页面展示这中间发生了什么?
- Convert binary stream to byte array
- [leetcode question brushing day 34] 540 Unique element in array, 384 Disrupt array, 202 Happy number, 149 Maximum number of points on a line
- Limit of one question per day
- Bid farewell to artificial mental retardation: Mengzi open source project team received RMB 100 million financing to help NLP develop
- Node start server
- Pat class B "1104 forever" DFS optimization idea
- MySql实战45讲【SQL查询和更新执行流程】
- VS 2019 配置tensorRT生成engine
猜你喜欢
随机推荐
MySQL practice 45 [SQL query and update execution process]
ffmpeg下载安装教程及介绍
MySql实战45讲【事务隔离】
2020-01-01t00:00:00.000000z date format conversion
Vs 2019 installation and configuration opencv
The XML file generated by labelimg is converted to VOC format
900w+ data, from 17s to 300ms, how to operate
C# WebRequest POST模式 ,基于“Basic Auth”口令认证模式,使用multipart/form-data方式上传文件及提交其他数据
Application of derivative in daily question
Hi3536C V100R001C02SPC040 交叉编译器安装
Pytoch configuration
Model transformation onnx2engine
Limit of one question per day
How to make backgroundworker return an object
Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
PAT乙级常用函数用法总结
labelme标记的文件转换为yolov5格式
Idea format code idea set shortcut key format code
3D drawing example
[mathematical logic] propositions and connectives (propositions | propositional symbolization | truth connectives | no | conjunction | disjunction | non truth connectives | implication | equivalence)








![45 lectures on MySQL [index]](/img/f6/70be00028908cbd9ed7f2c77687cee.png)