MySQL 5.7.23 decompression version installation tutorial with pictures and text

MySQL 5.7.23 decompression version installation tutorial with pictures and text

Download the MySQL installer

Official download address: http://dev.mysql.com/downloads/mysql/

Unzip the downloaded file, as shown in the figure

The data and my.ini files need to be created by yourself

The my.ini file is configured as follows:

[client]
port=3306
default-character-set=utf8
[mysqld] 
# Set to your own MYSQL installation directory basedir=D:\mysql
# Set to MYSQL data directory datadir=D:\mysql\data
port=3306
character_set_server=utf8
sql_mode=NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER
# Enable query cache explicit_defaults_for_timestamp=true
skip-grant-tables

Configuring environment variables

Computer->Properties->Advanced System Properties->Environment Variables

Initialize the data directory

Run cmd as an administrator, enter the bin folder of the MySQL installation directory, and execute the following command

D:\mysql\bin>mysqld -initialize-insecure

At this point, the corresponding data files are generated in the data folder

Install and start

Summarize

The above is the detailed graphic installation tutorial of MySQL 5.7.23 decompression version introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • Tutorial on installing mysql5.7.23 on Ubuntu 18.04
  • Ubuntu 18.04 installs mysql 5.7.23
  • The latest MySQL 5.7.23 installation and configuration graphic tutorial
  • MySQL 5.7.23 version installation tutorial and configuration method
  • Pitfalls and solutions for upgrading MySQL 5.7.23 in CentOS 7
  • MySQL 5.7.23 winx64 installation and configuration method graphic tutorial under win10
  • MySQL 5.7.23 installation and configuration graphic tutorial
  • mysql 5.7.23 winx64 decompression version installation tutorial
  • MySQL 5.7.23 installation and configuration method graphic tutorial
  • Binary installation of mysql 5.7.23 under CentOS7

<<:  WeChat applet realizes the effect of shaking the sieve

>>:  How to use VirtualBox to simulate a Linux cluster

Recommend

Implementing a simple age calculator based on HTML+JS

Table of contents Preface Demonstration effect HT...

Detailed steps to install web server using Apache httpd2.4.37 on centos8

Step 1: yum install httpd -y #Install httpd servi...

Summary of 6 solutions for implementing singleton mode in JS

Preface Today, I was reviewing the creational pat...

Optimize MySQL with 3 simple tweaks

I don't expect to be an expert DBA, but when ...

11 Linux KDE applications you didn't know about

KDE Abbreviation for Kool Desktop Environment. A ...

Docker View the Mount Directory Operation of the Container

Only display Docker container mount directory inf...

Zen Coding Easy and fast HTML writing

Zen Coding It is a text editor plugin. In a text ...

Analyze the duration of TIME_WAIT from the Linux source code

Table of contents 1. Introduction 2. First, let&#...

Linux's fastest text search tool ripgrep (the best alternative to grep)

Preface Speaking of text search tools, everyone m...

Sample code for modifying the input prompt text style in html

On many websites, we have seen the input box disp...

idea uses docker plug-in to achieve one-click automated deployment

Table of contents environment: 1. Docker enables ...

Detailed explanation of MySQL transaction isolation level and MVCC

Table of contents Transaction Isolation Level Pro...

Sharing tips on using Frameset to center the widescreen

Copy code The code is as follows: <frameset co...