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!