Install windows msi in MySQL5.6.
I. Functions
1. MySQL Servers
This feature is a major mysql service and must be installed.
2. Mysql WorkBench
This is a mysql client tool. You can download and install the installation program separately.
3. Mysql Notifier
This function can control mysql startup. After this function is installed, the icon in the lower-right corner of the computer can control mysql startup.
4. Mysql for excel
It can be used to import Excel Data to MySQL or export MySQL Data to Excel. By default, mysql server will automatically install this function.
5. Mysql for
Provides the vs function to connect to mysql.
6. Mysql utilites
Mysql utilites toolkit, which can also be installed separately
7. Mysql Connectors
Connection of various applications provided by mysql
8. Encryption ention
Mysql instructions
Ii. Path description
1. Installation Directory
C: \ Program Files \ MySQL Server x. x
The default installation directory, which is the base Directory of mysql, including mysql-related bin commands, documents, and source code.
2. Tool directory
C: \ Program Files (x86) \ MySQL
For example, the mysql-related function plug-in directory listed above
3. Data Directory
C: \ ProgramData \ MySQL Server x. x
The default mysql data directory. The my. ini configuration file is also in this directory by default.
Iii. startup initialization instructions
1. Startup Mode
1. You can switch to the mysql installation destination bin directory to execute
Copy codeThe Code is as follows:
Mysqld -- defaults-file = "C: \ Program Files \ MySQL Server X.Y \ my. ini"
2. Run the net command
Copy codeThe Code is as follows:
# Start mysql
Net start MySQL56
# Disabling mysql
Net stop MySQL56
2. Update and initialize mysql
Copy codeThe Code is as follows:
Mysqld -- install MySQLXY -- defaults-file = "C: \ Program Files \ MySQL Server X.Y \ my. ini"
The above is a detailed introduction to windows msi installation under MySQL5.6. I hope it will help you. If you have any questions, please leave a message and I will reply to you in a timely manner. Thank you very much for your support for the help House website!