MySQL 5.7.27 installation and configuration method graphic tutorial

MySQL 5.7.27 installation and configuration method graphic tutorial

The installation tutorial of MySQL 5.7.27 is recorded as follows and shared with everyone

Step 1: Unzip the folder:

Step 2: Configure environment variables

Step 3: Create a new my.ini file under the unzipped folder

insert image description here

[mysqld]
#Set port 3306 to 3306
# Set the installation directory of mysql to basedir=E:\MySQl\mysql-5.7.27-winx64
# Set the storage directory of mysql database data datadir=E:\MySQl\mysql-5.7.27-winx64\data
# Maximum number of connections allowed max_connections=200
# The default character set used by the server is the 8-bit latin1 character set character-set-server=utf8
# The default storage engine that will be used when creating a new table default-storage-engine=INNODB
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
[mysql]
# Set the default character set of the mysql client to default-character-set=utf8

Step 4: Install MySQL in the DOS window:

Step 5: Set MySQL password:

Stop mysql first:

Find the my.ini file and add skip-grant-tables to any line under the mysqld field.

After completing the above commands, return to the my.ini file and delete skip-grant-tables

Wonderful topic sharing:

MySQL different versions installation tutorial

MySQL 5.7 installation tutorials for various versions

MySQL 5.6 installation tutorials for various versions

mysql8.0 installation tutorials for various versions

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:
  • MySQL 5.7.25 installation and configuration method graphic tutorial
  • MySQL 5.7.27 winx64 installation and configuration method graphic tutorial
  • MySQL 5.7.27 installation and configuration method graphic tutorial
  • Win32 MySQL 5.7.27 installation and configuration method graphic tutorial
  • MySql 5.7.20 installation and configuration of data and my.ini files
  • Detailed steps to install MySql 5.7.21 in Linux
  • Detailed tutorial for installing mysql5.7.21 under Windows system
  • MySQL 5.7.20 Green Edition Installation Detailed Graphic Tutorial
  • MySQL 5.7.20 installation and configuration method graphic tutorial under Windows
  • MySQL 5.7.25 compressed version installation and configuration method graphic tutorial

<<:  Screen command and usage in Linux

>>:  Vue practice of preventing multiple clicks

Recommend

Detailed explanation of MySQL date string timestamp conversion

The conversion between time, string and timestamp...

Mysql join table and id auto-increment example analysis

How to write join If you use left join, is the ta...

Detailed explanation of the basic usage of the img image tag in HTML/XHTML

The image tag is used to display an image in a we...

Element Timeline implementation

Table of contents Components - Timeline Custom no...

VMware installation of Ubuntu 20.04 operating system tutorial diagram

Memo: Just experience it. Record: NO.209 This exa...

How to Understand and Identify File Types in Linux

Preface As we all know, everything in Linux is a ...

Detailed explanation of HTML area tag

The <area> tag defines an area in an image ...

Mysql8.0 uses window functions to solve sorting problems

Introduction to MySQL Window Functions MySQL has ...

Detailed explanation of Nginx reverse proxy example

1. Reverse proxy example 1 1. Achieve the effect ...

Complete steps to implement face recognition login in Ubuntu

1. Install Howdy: howdy project address sudo add-...

Sequence implementation method based on MySQL

The team replaced the new frame. All new business...

Talk about implicit conversion in MySQL

In the course of work, you will encounter many ca...

Have you really learned MySQL connection query?

1. Inner Join Query Overview Inner join is a very...

React Native scaffolding basic usage detailed explanation

Build the project Execute the command line in the...