MySql5.7.11 for Windows installation Lite (i)

Source: Internet
Author: User

Original: MySql5.7.11 for Windows installation Lite (i)

    • Download the compressed package from the official website, I downloaded the 64-bit. Extract.
    • Streamline:
      -bin only keep Mysqladmin.exe mysqld.exe Mysql.exe

      • Share directory reserved Charsets 中文版
      • No data folder one will tell how to generate
    • Add environment variables, the path of the MySQL Bin folder (such as: C:\Program files\mysql\mysql Server 5.6\bin) added to the path, of course, before the deletion, with;
    • Modifying a configuration file
      • Change the filename, originally is My-default.ini, because the old version is My.ini, I changed over.
        [Mysqld]
        Basedir=c:\program files\mysql\mysql Server 5.6 (MySQL directory)
        Datadir=c:\program files\mysql\mysql Server 5.6\data (MySQL is located in the directory \data, will be generated)
    • Installation
      • CMD runs with administrator privileges
      • CD C:\Program files\mysql\mysql Server 5.6\bin (go to MySQL Bin folder)
      • Input Mysqld-install
      • Displays the installation success (English, of course ...). )
    • Start the service
      • Input net start MySQL (stop service is stop)
    • Login
      • Enter Mysql-u Root-p for the first time without a password, enter directly.
    • Success!

MySql5.7.11 for Windows installation Lite (i)

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.