First,: Mysql_5.6.22_winx64_xiazaiba:http://rj.baidu.com/soft/detail/12585.html?ald
Second, install the software, install to the specified path, here is C:\Program files\mysql\mysql Server 5.6\, you can refer to http://www.jb51.net/article/23876.htm
Third, open the command prompt with the administrator, enter the CD C:\Program files\mysql\mysql Server 5.6\bin
Will jump C:\Program files\mysql\mysql Server 5.6\bin,
Four, continue to enter Mysqld.exe-install, appear
Input net start MySQL, start the MySQL service, such as:
VI. Enter MYSQL-U root MySQL, such as:
Enter update user set Password=password (' 123456 ') where user= ' root '; Change the root password to 123456, such as:
Eight, input flush privileges; Such as:
Nine, enter quit, exit:
X. Installation of Mysql_front::http://rj.baidu.com/soft/detail/17997.html?ald
Configuration such as:
Ok
MYSQL Change root password reference: http://www.jb51.net/article/28584.htm
MySQL download, install, and modify the root password