MySQL decompression version is:
Http://dev.mysql.com/downloads/mysql/5.6.html#downloads
Installation and configuration steps:
① Unzip the MySQL Zip package to path C:\Program files\mysql\mysql Server 5.6 (optional)
② Modify the My-default.ini file in the directory of MySQL Server 5.6 ③my-default.ini The original content is changed (zip file decompression path, and directory data directory) ④ in the computer environment variable of the path item appended c : \program Files\mysql\mysql Server 5.6\bin (the bin directory under the zip unzipped path)⑤ run cmd as an administrator, enter the extracted version of the bin directory, input mysqld- Install installation ⑥ input net start MySQL enter ⑦ input mysql-u root-p Enter, first login without losing password directly enter can ⑧ change password:
mysql> Update Mysql.user Set Password=password (' 123456 ') where user= ' root '
Mysql> Flush Privileges
MySQL Server 5.6 Decompression Version installation configuration