MySQL 5.7.24 installation and configuration graphic tutorial

MySQL 5.7.24 installation and configuration graphic tutorial

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:
  • Detailed tutorial on compiling and installing MySQL 5.7.24 on CentOS7
  • Centos7.5 installs mysql5.7.24 binary package deployment
  • The perfect solution for MYSQL5.7.24 installation without data directory and my-default.ini and service failure to start
  • Detailed graphic description of the database installation process of MySQL version 5.7.24
  • MySQL 5.7.24 installation and configuration method graphic tutorial
  • How to install mysql5.7.24 binary version on Centos 7 and how to solve it
  • Summary of installation steps and problems encountered in decompressing the mysql5.7.24 version
  • MySQL 5.7.24 compressed package installation and configuration method graphic tutorial

<<:  A brief discussion on the differences between several ways of executing .sh files in Ubuntu

>>:  vue-cli4.5.x quickly builds a project

Recommend

How to use vite to build vue3 application

1. Installation Tip: There is currently no offici...

Detailed explanation of how to use Node.js to implement hot reload page

Preface Not long ago, I combined browser-sync+gul...

Tutorial on processing static resources in Tomcat

Preface All requests in Tomcat are handled by Ser...

Example of adding and deleting range partitions in MySQL 5.5

introduce RANGE partitioning is based on a given ...

How to set and get the number of Mysql connections

Get the number of connections --- Get the maximum...

Interpretation of CocosCreator source code: engine startup and main loop

Table of contents Preface preparation Go! text St...

How to install and modify the initial password of mysql5.7.18 under Centos7.3

This article shares with you the installation of ...

Several common methods for setting anchor positioning in HTML

There are several ways I know of to set anchor pos...

Implementation of installing Docker in win10 environment

1. Enter the Docker official website First, go to...

Detailed explanation of application scenarios of filters in Vue

filter is generally used to filter certain values...

CentOS7 uses yum to install mysql 8.0.12

This article shares the detailed steps of install...

JavaScript imitates Xiaomi carousel effect

This article is a self-written imitation of the X...