First Contact MySQL, toss a day, always install unsuccessful, service start not, later downloaded from official website zip archive version, do not install, directly unzip it to disk, do some simple configuration can.
Software: http://dev.mysql.com/downloads/mysql/download requires registering an Oracle account.
1. Installation:
Locate the MySQL decompression path, go to the bin directory, and shift+ the right mouse button to open the Command window here. In the Command window, enter: mysqld install
Prompt for installation to enter next step successfully
2. Start the service
In the Command window, enter: Net start MySQL, start the MySQL service, or run into services.msc to find MySQL boot.
3. Turn on MySQL
In the command Window input: Mysql-u root-p, you will be prompted to enter a password, the initial no password, the direct carriage return, using the command: mysqladmin-u root-p password to modify the password.
4. Using Visual Tools
OK, basic operation completed, download a navicat or similar software, you can operate the database!
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
MySQL free install version L configuration method