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
The code looks like this: .process{ border:1px so...
1. Installation Tip: There is currently no offici...
Preface Not long ago, I combined browser-sync+gul...
Preface All requests in Tomcat are handled by Ser...
MySql batch insert optimization Sql execution eff...
introduce RANGE partitioning is based on a given ...
Get the number of connections --- Get the maximum...
Table of contents Preface preparation Go! text St...
This article shares with you the installation of ...
Problem Reproduction Alibaba Cloud Server, using ...
There are several ways I know of to set anchor pos...
1. Enter the Docker official website First, go to...
filter is generally used to filter certain values...
This article shares the detailed steps of install...
This article is a self-written imitation of the X...