Recent project development using MySQL, go to the official website to see MySQL there are two ways to install: One is the MSI format, one is in the zip format. Personally prefer the zip, that is, the decompression version, in other words, the green version, just install a database is good, now the installation process is summarized as follows (win10/win8/win7 General):
Download MySQL
1. First look at the operating system version
2. Download MySQL to official website: http://dev.mysql.com/downloads/mysql/
3. I give the direct address of MySQL here, can copy the address using download tool to download:
32-bit: Http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.26-win32.zip
64-bit: Http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.26-winx64.zip
4. My Baidu Cloud disk:
32-bit: Http://pan.baidu.com/s/1jG8dMVO
64-bit: Http://pan.baidu.com/s/1bnmDxZT
Install MYSQL1. Unzip
2. Configure Environment variables
3. Install MySQL
A. command line must be run with Administrator privileges
B. Switch to the bin directory of your MySQL installation directory at the command line
C. Run the Install command
mysqld -install
D. Start the service
start mysql
E. Connecting to MySQL
Install command mysql:
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
(graphic) MySQL 5.6 for Windows uncompressed version installation