Learn MySQL with teacher Wang: Install mysql teacher: Wang Shaohua QQ Group No.: 483773664 Learning Goals
Download and install MySQL
First, download MySQL (a):
http://dev.mysql.com/downloads/
(b), Mysql version differences:
1. MySQL Community Server Community version, open source free, but does not provide official technical support.
2, MySQL Enterprise Edition Business version, pay, you can try 30 days.
3, MySQL Cluster cluster version, open source free. Several MySQL servers can be packaged as one server.
4. MySQL Cluster CGE Premium Cluster edition, fees apply.
5. mysql Workbench (GUI tool) A er/database modeling tool designed for MySQL. It is a successor to the famous database design tool DBDesigner4. MySQL Workbench is also divided into two versions, namely the Community Edition (MySQL Workbench OSS), the Business Edition (MySQL Workbench SE).
MySQL Community Server is open source free, which is also the version of MySQL we usually use. Subdivided into multiple versions based on different operating system platforms ,
(iii), download the demo 1, open the download page
Downloads-->community-->mysql Community Downloads-->mysql Community Server
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M01/83/80/wKiom1d0spbgfuRHAAC4R2o0PGs322.png "alt = "Wkiom1d0spbgfurhaac4r2o0pgs322.png"/>
2. Select the downloaded version:
Windows 32-bit or 64-bit, I use the win7 here, so I chose 64-bit
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M02/83/7F/wKioL1d0spagdml4AAEP5XrH_nQ462.png "alt = "Wkiol1d0spagdml4aaep5xrh_nq462.png"/>
3. Skip Login Registration
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M02/83/80/wKiom1d0spfAwP1MAACDNNvt__Y499.png "alt = "Wkiom1d0spfawp1maacdnnvt__y499.png"/>
4. Start the download
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M02/83/7F/wKioL1d0spfxY5SCAAA1vdsnnGo565.png "alt = "Wkiol1d0spfxy5scaaa1vdsnngo565.png"/>
Second, install MySQL
MySQL installation files are divided into two types, one in MSI format and one in ZIP format.
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M00/83/7F/wKioL1d0spfjRk1PAAECIQEMgFU579.png "alt = "Wkiol1d0spfjrk1paaeciqemgfu579.png"/>
If the MSI format can be installed directly by clicking on it, follow the installation instructions given by it.
Zip format is self-extracting, after decompression in fact, MySQL can be used, but to configure
We used the zip format of MySQL and resolved it to the D drive below
650) this.width=650; "border=" 0 "src=" http://s3.51cto.com/wyfs02/M02/83/80/wKiom1d0spjgE70VAABP3QDdbrY106.png "alt = "Wkiom1d0spjge70vaabp3qddbry106.png"/>
Third, the teaching of video
Http://edu.51cto.com/course/course_id-6395.html
This article is from "Learn programming with Mr. Wang" blog, please be sure to keep this source http://teacherwang.blog.51cto.com/10946447/1794525
Learn MySQL with teacher Wang: install MySQL