当前位置:网站首页>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 .
边栏推荐
- Idea set method call ignore case
- [Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)
- Nce detail of softmax approximation
- Vs 2019 configure tensorrt to generate engine
- Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!
- 将时间戳转为指定格式的时间
- 用Three.js做一个简单的3D场景
- [leetcode question brushing day 34] 540 Unique element in array, 384 Disrupt array, 202 Happy number, 149 Maximum number of points on a line
- Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check
- C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions
猜你喜欢

LVGL使用心得

VS 2019安装及配置opencv

VS 2019 配置tensorRT生成engine

Latest version of NPM: the "NPM" item cannot be recognized as the name of a cmdlet, function, script file, or runnable program. Please check

Mongodb installation & Deployment

Stop using system Currenttimemillis() takes too long to count. It's too low. Stopwatch is easy to use!

MySql實戰45講【SQL查詢和更新執行流程】
![[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)](/img/19/815e7cba81f6eb52db5ef0db556dfd.jpg)
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)

MySql实战45讲【索引】

Vs 2019 configuration du moteur de génération de tensorrt
随机推荐
[mathematical logic] propositions and connectives (propositions | propositional symbolization | truth connectives | no | conjunction | disjunction | non truth connectives | implication | equivalence)
Lvgl usage experience
Limit of one question per day
com.fasterxml.jackson.databind.exc.InvalidFormatException问题
Mongodb installation & Deployment
2020-01-01t00:00:00.000000z date format conversion
Summary of determinant knowledge points in Chapter 1 of Linear Algebra (Jeff's self perception)
用Three.js做一个简单的3D场景
Find the storage address of the elements in the two-dimensional array
C # general interface call
idea 加载不了应用市场解决办法(亲测)
Compare float with 0
MySQL practice 45 [SQL query and update execution process]
Summary of electromagnetic spectrum
The calculation of stripe, kernel and padding in CNN
[combinatorics] basic counting principle (addition principle | multiplication principle)
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
BigVision代码
New programmers use the isXXX form to define Boolean types in the morning, and are discouraged in the afternoon?
Unity3d RPG implementation (medium)