MySQL Download installation

Source: Internet
Author: User

1. Download

: http://dev.mysql.com/downloads/mysql/

According to the computer configuration to choose, I chose Windows (x86,64-bit), ZIP Archive This, click Download, the page jumps to such as

Click the bottom no thanks,just start my download to start the download.

My Mysql installation path is D:\Mysql\mysql-5.7.13-winx64

2. Configure the My.ini file and add the Data folder

Create a new My.ini file under the path to install MySQL

The following code is written in the My.ini file:

Create a new folder named data

Open cmd

The installation success instructions will be OK (I have installed this side, so the service already exist)

3. Start the MySQL server

Start Task Manager--click Services

Access to services

Right-click MySQL, tap Start or restart

4. Turn on MySQL

CMD inside input mysql-u root-p, enter password

If you want to reset your password mysqladmin-u root-p password

After entering MySQL, enter show databases;

Input use MyWeb;

Re-enter show tables;

MySQL Download installation

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.