Home > Database > Mysql Tutorial > Teach you step by step how to download and install MySQL

Teach you step by step how to download and install MySQL

藏色散人
Release: 2022-12-02 16:20:46
forward
3270 people have browsed it

This article brings you relevant knowledge about mysql. It mainly introduces how novices can download and install MySQL step by step. There are pictures and texts in the article to introduce it in more detail. Let’s take a look at it together. I hope it will be helpful to everyone. .

Recommended related articles: "How to quickly install php8.1 for beginners (with pictures and text)"

##一, Download the installation package:

Enter (Mysql’s official website –>www.mysql.com/) [Recommended learning:

MySQL video tutorial]

Click "Dowload", then scroll down the page and click MySQL Community (GPL) Downloads »

Teach you step by step how to download and install MySQL

Teach you step by step how to download and install MySQL

Next step select MySQL Community Server

Teach you step by step how to download and install MySQL

Next step selection

Teach you step by step how to download and install MySQL

2. Mysql installation configuration:

Open cmd (Must be run as administrator), locate the bin

Teach you step by step how to download and install MySQL

in the directory where you just downloaded the installation package to install the mysql service: mysqld –install

Teach you step by step how to download and install MySQL

Initialize mysql. The initialization will generate a random password, as shown in the frame below. Remember this password, which will be used later (mysqld –initialize –console)

Teach you step by step how to download and install MySQL

The above is the detailed content of Teach you step by step how to download and install MySQL. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:learnku.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template