MySQL installation process

Source: Internet
Author: User
Tags mysql client

1, Baidu input MySQL

2. Go to MySQL website to find the picture place

3, in the interface below to find the picture content to download

4, install after downloading.

The installation process is as follows:

1. Unzip the downloaded files and put them under the c:\web\mysql-8.0.11. Build a My.ini file under the root directory and put the following information:

[mysql]# set MySQL client default character set Default-character-set=utf8 [mysqld]# set 3306 ports port = 3306# Set the MySQL installation directory basedir=c:\wamp-all\ mysql-5.7.13# set the data storage directory for the MySQL database datadir=c:\wamp-all\sqldata# the maximum number of connections allowed max_connections=20# 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

2. Open the cmd command line as an administrator and switch directories:

CD C:\web\mysql-8.0.11\bin

3. Enter the following command

Mysqld Install

4. If the service cannot start the input

Mysqld--initialize

5. Re-enter

net start MySQL

MySQL installation process

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.