First install or unzip your downloaded MySQL (corresponding to the installation version and the press release), http://dev.mysql.com/downloads/mysql/
Then copy the My-default.ini in your installation directory and change the name to My.ini
Then open cmd, input statement mysqld--initialize--user=mysql--console, (see Generate Data file, is the system created by default), at this time also generate a temporary password (decompression version default is empty), Remember, it's going to work.
Then continue using the command line to start your MySQL service in the bin directory of your installation directory--:net start MySQL
You will see that MySQL has been started in your management--services
Now we need to change your password.
Use the command line statement that is still under the bin: Mysqladmin-u user name-p password New password
After the last modification, login: Mysql-u user name-p password
"Above is the solution, the Novice on the road, the Great God Bypass"
Resolution on installing the MySQL times error "Stop after the MySQL service on the local computer starts and some services will stop automatically when not in use by another service or program"