System Win7,mysql 5.6.26 My system is 32-bit
1. Unzip and set environment variables
2, will my-default.ini copy one copy, the modified file name is My.ini, the file content is
[Mysqld]
# set Basedir to your installation path
Basedir=d:/tools/mysql5
# set DataDir to the * * * of your Data directory
Datadir=d:/tools/mysql5/data
Basedir for MySQL solution directory
DataDir the MySQL root directory under the data directory
Note that the path here must be a forward slash, and I'm just beginning to write a backslash that never starts the service.
4, enter c:\windows\system32 right click Cmd.exe, choose to run as Administrator, enter the MySQL root directory of the bin directory, execute mysqld-install, The command defaults to create the service under the root directory My.ini, the service name is MySQL and can be viewed through the services.msc command.
5, continue to execute net start MySQL can start the service.
6. You can use Mysqld-remove to remove the service.
MySQL Decompression version installation steps