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 » Next step select MySQL Community ServerNext step selection
2. Mysql installation configuration:
Open cmd (Must be run as administrator), locate the bin in the directory where you just downloaded the installation package to install the mysql service: mysqld –install 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)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!