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

React realizes secondary linkage (left and right linkage)

This article shares the specific code of React to...

How to adjust the log level of nginx in Docker

Table of contents Intro Nginx Dockerfile New conf...

Docker-compose installation db2 database operation

It is troublesome to install the db2 database dir...

Detailed process of installing and deploying onlyoffice in docker

0. System requirements CPU I5-10400F or above Mem...

The best way to start a jar package project under Centos7 server

Preface Everyone knows how to run a jar package o...

CSS to achieve the sticky effect of two balls intersecting sample code

This is an effect created purely using CSS. To pu...

How to implement scheduled backup of MySQL database

1. Create a shell script vim backupdb.sh Create t...

JS canvas realizes the functions of drawing board and signature board

This article shares the specific code of JS canva...

The difference between div and table in speed, loading, web application, etc.

1: Differences in speed and loading methods The di...

mysql5.7 installation and configuration tutorial under Centos7.3

This article shares the MySQL 5.7 installation an...

CSS achieves the effect of aligning multiple elements at both ends in a box

The arrangement layout of aligning the two ends o...

You Probably Don’t Need to Use Switch Statements in JavaScript

Table of contents No switch, no complex code bloc...

How to set up PostgreSQL startup on Ubuntu 16.04

Since PostgreSQL is compiled and installed, you n...