Windows Server 2008 64-bit MySQL5.6 Installation-free version configuration instructions

Source: Internet
Author: User
Tags mysql command line

1 through the official website download MySQL5.6 version compressed package, Mysql-5.6.36-winx64.zip;

2 Create a directory in the D drive, such as D:\MySQL, to extract the mysql-5.6.36-winx64.zip into this directory, as shown in:

3 Modify the System path variable to add D:\MySQL\bin, as shown in:

4 run cmd as Administrator, switch to the D:\MySQL\bin directory,

Installation Service Mysqld–install

Start the service net start MySQL

After the service starts successfully, log on through the MySQL command line

Mysql–u root–p

The initial root password is empty and you can enter it directly.

All the procedures are as follows:

5 Changing the root password

Follow these steps:

Use MySQL;

Update user set Password=password (' YourPassword ') where user= ' root ';

Flush privileges;

Windows Server 2008 64-bit MySQL5.6 Installation-free version configuration instructions

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.