1, official website mysql installation package download link: http://dev.mysql.com/downloads/file.php?id=457403
2, MySQL installation diagram MySQL graphics installation tutorial (detailed instructions) See: http://www.jb51.net/article/23876.htm/
3, install to the last step reported two errors
A.write Configuration File Installation Error
Cause: Earlier installation of the earlier version of MySQL, but no uninstall caused, with Rubik's Cube software uninstall the lower version, scan and clear the registry, the relevant installation directory and registry (REGEDIT) after the installation of normal
b, apply security settings installation Error
Cause: The native firewall is turned on, and the installation succeeds after two firewalls are shut down.
4, after the successful installation of MySQL, install navicat preminum link database software, verify that the newly installed MySQL can be connected to the normal use
New MySQL connection, enter the connection parameters, "Connection name" casually enter the name, "Host name/ip address" default localhost can, you can also enter the MySQL software to install the computer's IP address, "User Name" The default is root, "Password" The password you entered when installing MySQL, click "Test Connection", prompt successful indicates successful connection.
MySQL installation diagram and error resolution