MySQL5.6 Windows MSI installation in detail _mysql

Source: Internet
Author: User
Tags mysql client net command

First, Function introduction

1.MySQL Servers

This function is the main service of MySQL, and also must install the function.

2.Mysql WorkBench

This is the MySQL client tool, you can download the installation program installed separately.

3.Mysql Notifier

This feature can control the MySQL boot, installed the function will be in the lower right corner of the computer in the icon to control the MySQL boot function

4.Mysql for Excel

It provides the ability to import data from Excel into MySQL, or to export MySQL data to Excel, and the default installation of MySQL server automatically installs the feature

5.Mysql for VS

Provides the VS-connection MySQL functionality

6.Mysql utilites

MySQL utilites toolkit, this feature can also be installed separately

7.Mysql Connectors

MySQL offers a variety of application connections

8.Documention

MySQL Description documentation

Second, the path description

1. Installation directory

C:\Program Files\mysql\mysql Server x.x
The default installation directory, which is the MySQL base directory, contains MySQL related bin commands, documents, source code, etc.

2. Tools Directory

C:\Program Files (x86) \mysql
For example, the MySQL-related functional plug-in directory listed above

3. Data Directory

C:\ProgramData\MySQL\MySQL Server x.x
MySQL default data directory, My.ini config file is also default in this directory

Iii. Startup Initialization Instructions

1. Starting mode

1. Can switch MySQL installation purpose bin directory execution

Copy Code code as follows:

Mysqld--defaults-file= "C:\Program files\mysql\mysql Server X.y\my.ini"

2. Through NET command

Copy Code code as follows:

#启动mysql
net start MySQL56
#关闭mysql
net stop MySQL56

2. Update initialization MySQL

Copy Code code as follows:

Mysqld--install mysqlxy--defaults-file= "C:\Program files\mysql\mysql Server X.y\my.ini"

The above is a small set to introduce the MySQL5.6 Windows MSI installation in detail, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

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.