Small Knowledge Point Collection

Source: Internet
Author: User

CMD into the folder command:

Return to the parent directory CD. You can do it.

You can also enter the folder directly by the CD folder name.

Add double quotes to enter the desired folder directly

MySQL Free install configuration tutorial

http://blog.csdn.net/wolfofsiberian/article/details/39753561

2. Extract files to D-Drive

Of course you can extract the other drive below, but note that it is best to place it under the root directory, which avoids some unusual problems.

3. Add the MySQL Bin directory path to the system path

This computer---Right-click Properties---Advanced system settings---Environment variables----SYSTEM Variables---find "path"

Add D:\mysql-5.6.21-winx64\bin after path; here, the environment variable is configured so you can open a console command

Window verification (input MySQL), command inside can already recognize MySQL commands.

4. Configuring the My.ini File

Copy D:\mysql-5.6.21-winx64\my-default.ini, named My.ini, and add the following:

Basedir = D:\mysql-5.6.21-winx64
DataDir = D:\mysql-5.6.21-winx64\data
Port = 3306

MYSQLD--install Installation Services

mysqld--remove Removal Service

Note Administrator permissions, and folder access permissions

Small Knowledge Point Collection

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.