MySQL Download path and installation

Source: Internet
Author: User
Tags mysql download

Download path

https://dev.mysql.com/downloads/mysql/

    1. C:\windows\system32>net start MySQL
    2. System error 2 has occurred.
    3. The system cannot find the file specified.

After switching to the bin directory, remove the previously installed MySQL service (the removal service does not have to go to the bin directory), and then re-install the MySQL service in the bin directory and start:

[Plain]View PlainCopy
    1. C:\WINDOWS\SYSTEM32>CD. /..
    2. C:\>CD program Files\mysql\mysql Server 5.6\bin
    3. C:\Program files\mysql\mysql Server 5.6\bin>mysqld--remove
    4. Service successfully removed.
    5. C:\Program files\mysql\mysql Server 5.6\bin>mysqld--install
    6. Service successfully installed.
    7. C:\Program files\mysql\mysql Server 5.6\bin>net start MySQL
    8. The MySQL service is starting.
    9. The MySQL service has started successfully.


Wow, finally succeeded!!

MySQL Download path and installation

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.