Install and configure Mysql5.7.11 on Windows 10 (decompress version ),

Source: Internet
Author: User

Install and configure Mysql5.7.11 on Windows 10 (decompress version ),

Step 1

My-default.ini add configuration: # bind IPv4 and 3306 bind-address = 127.0.0.1port = 3306 # Set mysql installation project basedir = E: \ mysql # Set datadir = E: \ mysql \ data # maximum number of connections allowed max_connections = 200 # Set the default character set to utf8default-character-set = utf8

Step 2

Right-click my computer and choose Properties> advanced> environment variables to add the path of the mysql bin directory to the path.

Select the environment variable and enter the MySQL Path to bin in the Path of the environment variable.

Such as D: \ mysql-5.7.11-winx64 \ bin

Step 3

1) Run cmd as an administrator to go to the bin directory under the MySQL decompression directory.

cd /d D:\mysql-5.7.11-winx64\bin

2) mysqld-romve deletes the mysql Service

3) install the mysql service using mysqld-install

4) mysqld-initialize must be initialized.

5) net start mysql

PS: mysql5.7.11 service cannot be started. Solution for error code 3534:

Solution (the premise is that the data folder has been generated ):

Mysqld-romve Delete mysql service mysqld-install mysql service mysqld-initialize must initialize net start mysql

The above section describes how to install and configure Mysql5.7.11 on Windows 10 (decompress version). If you have any questions, please leave a message, the editor will reply to you in a timely manner. Thank you very much for your support for the help House website!

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.