Windows platform MySQL free install version use steps

Source: Internet
Author: User
Tags mysql free

1.Mysql official website Download: http://dev.mysql.com/downloads/mysql/

Unzip it, please.

2. Copy the My-default.ini file, rename it to My.ini, and add the basic content:

Basedir = d:/mysql-5.6.26
DataDir = D:/mysql-5.6.26/data
Character-set-server=utf8

3. Will D:\mysql-5.6.26\bin; Add to environment variables for easy lookup of programs under command line.

4. Execute under command line:

<1> Open the console: Mysqld-console

<2> Registration Service: mysqld Install

<3> Startup services: net start MySQL or sc start MySQL (Window service startup)

<4> Check if the service is registered successfully, and if it fails, remove: mysqld Remove or sc delete MySQL (Window service delete)

<5> login MySQL, the initial password is empty: Mysql-u root-p

Windows platform MySQL free install version use steps

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.