MySQL Server 5.6 Decompression Version installation configuration

Source: Internet
Author: User

MySQL decompression version is:

Http://dev.mysql.com/downloads/mysql/5.6.html#downloads

Installation and configuration steps:

① Unzip the MySQL Zip package to path C:\Program files\mysql\mysql Server 5.6 (optional)

② Modify the My-default.ini file in the directory of MySQL Server 5.6 ③my-default.ini The original content is changed (zip file decompression path, and directory data directory) ④ in the computer environment variable of the path item appended c : \program Files\mysql\mysql Server 5.6\bin (the bin directory under the zip unzipped path)⑤ run cmd as an administrator, enter the extracted version of the bin directory, input mysqld- Install installation ⑥ input net start MySQL enter ⑦ input mysql-u root-p Enter, first login without losing password directly enter can ⑧ change password:
mysql> Update Mysql.user Set Password=password (' 123456 ') where user= ' root '
Mysql> Flush Privileges

MySQL Server 5.6 Decompression Version 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.