This article shares the installation and configuration tutorial of MySQL 5.7.24 for your reference. The specific contents are as follows 1. Operating environment: window10 2. Download object:mysql-5.7.24-winx64.ZIP 3. Download MySQL Log in to the MySQL official website (https://www.mysql.com/)-->Downloads (top)-->community (below Downloads)-->MySQL Community Server (leftmost)--> 4. Select the lower right corner MySQL Community Server 5.7 »Download 5. Unzip and configure environment variables 5.1 Right-click MySQL Community Server 5.7 .zip-->Click Unzip File (A)...-->Select the target path (choose your own) 5.2 Configuring the Environment Right-click This Computer-->Click Properties-->Click Advanced System Settings-->Click Environment Variables (N)...-->Click New under System Variables (S)--> 1). Write MYSQL_HOME in the first line The second line is C:\Program Files\mysql-5.7.17-win32 2). Click on the path in the system variables Click New-->Write %MYSQL_HOME$\bin 5.3 Enter the cmd command line (open as an administrator)--->Enter the bin directory under the MySQL installation directory (in my case: cd D:\Mysql\mysql-5.7.24- winx64\bin)-->Enter the command mysqld --install mysql (a window pops up with Service successfully installed)-->Enter the command mysqld --initialize-insecure (initialize the data directory)-->Enter the command net start mysql (a message appears saying that the MySQL service has been started successfully) The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: A brief discussion on the differences between several ways of executing .sh files in Ubuntu
>>: vue-cli4.5.x quickly builds a project
This article shares the specific code of React to...
Table of contents Intro Nginx Dockerfile New conf...
It is troublesome to install the db2 database dir...
0. System requirements CPU I5-10400F or above Mem...
Preface Everyone knows how to run a jar package o...
This is an effect created purely using CSS. To pu...
1. Create a shell script vim backupdb.sh Create t...
This article shares the specific code of JS canva...
1: Differences in speed and loading methods The di...
This article shares the MySQL 5.7 installation an...
This article mainly introduces several scheduling...
The arrangement layout of aligning the two ends o...
This article lists the most commonly used image c...
Table of contents No switch, no complex code bloc...
Since PostgreSQL is compiled and installed, you n...