"MYSQL" mysql-5.7.20-winx64 installation configuration

Source: Internet
Author: User
Tags mysql free

Order:

MySQL installation configuration issues on Windows systems.

0x01

Go to MySQL's official website to download the MySQL free installation file you want to build. https://dev.mysql.com/downloads/mysql/

0x02

Unzip the downloaded file. The Data folder and the My.ini file are not found in the root directory.

0x03

Initialize MySQL, under DOS CD to the MySQL Bin folder. After running the return root directory will be sent under the data folder has been generated

  

Mysqld--initialize-insecure--user=mysql

  

0x04

The downloaded 5.7.20 version already does not include the My.ini file and needs to be created and filled out manually.

  

[client] Port=3306default-character-set=UTF8[mysqld]  # Set the installation directory for your own MySQL basedir=d:\mysql-5.7.20-winx64# Set the data directory for MySQL datadir=d:\mysql-5.7.20-winx64 \dataport=3306character_set_server=utf8sql_mode=no_engine_substitution,no_ auto_create_user# Open Query Cache explicit_defaults_for_timestamp=trueskip-grant-tables

0x05

The following is the installation of MySQL, under DOS commands CD to the root directory of MySQL. such as prompt service successfully installed. The identity installation was successful.

  

Mysqld-install

  

0x06

Input net start MySQL start service

  

  

"MYSQL" mysql-5.7.20-winx64 installation configuration

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.