Windows system installation MySQL compressed zip version

Source: Internet
Author: User
Tags mysql client

1. Download

Open Official Website: https://www.mysql.com

Go to Downloads---MySQL Community Server and select the appropriate version of the system. (The red Circle chooses the win 64-bit zip version):

Can skip registration direct download

2. Installation Configuration

Download complete extract directly to any directory, such as D:\Program files\mysql-5.7.22-winx64

Create a new My.ini file under this directory, and configure it as follows (modify it to its corresponding directory):

[MySQL]
# Set the MySQL client default character set
Default-character-set=utf8
[Mysqld]
#设置3306端口
Port = 3306
# set up the MySQL installation directory
Basedir=d:\program files\mysql-5.7.22-winx64
# Set up a storage directory for MySQL database data
Datadir=d:\program Files\mysql-5.7.22-winx64\data
# Maximum number of connections allowed
max_connections=200
# The character set used by the service side defaults to the 8-bit encoded latin1 character set
Character-set-server=utf8
# The default storage engine that will be used when creating a new table
Default-storage-engine=innodb

3. Service installation and operation

Run cmd with administrator privileges
Into the bin of MySQL
Execute initialization command
mysqld--initialize-insecure (root password not set)
Service installation
Mysqld-install

Service Run

net start MySQL

Start successfully,

Windows system installation MySQL compressed zip version

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.