Tuesday, August 21, 2012

Installing MySQL Community Server for Windows Tutorial (Workbench 5.2 CE)


“The world’s most popular open source database”   MySQL Community Server
MySQL has significantly improved the front side of its product by providing user-friendly interfaces for easy control and administration. This is clearly demonstrated in Workbench CD 5.238 which is included in MySQL Community Edition, a free downloadable version. In this tutorial, we are going to cover the basic installation of MySQL on Windows platform.
If you find this tutorial helpful or if you have enquiries, please write in the comment section.

1. Download the MySQL Community Server from the link above.
2. Double click on the mysql-installer-5.5.21.0.msi Windows Installer Package.
3. You will see the first Welcome screen. Click on Install MySQL Products:
image
4. Accept License Agreement and click on Next:
image
5. If you have access to the internet, then click on Execute to check if there are newer versions of the products:
image
6. Choose the type of the setup. I am selecting Full as I want all features to be included:
image
7. Requirements is checked and in this case, Microsoft Visual C++ runtime is missing. Click Execute to download the missing requirement:
image
8. Accept the License Terms and click on Install:
image
9. A final requirement check. Click on Next to proceed:
image
10. List of products to be installed is displayed. Click on Execute to proceed:
image
11. Progress Summary is displayed:
image
12. When all products are installed successfully, click on Next:
image
13. Products which require configuration is displayed. Click Next to proceed:
image
14. Choose the type of the configuration which you require for the MySQL server. Read the description for each type to learn about the differences. I am choosing Developer Machine since I am going to use it with other products and I want the minimal memory. Click Next to proceed:
image
15. Default Network and Security settings are displayed. Enter root account password and click Next to continue:
image
16. Confirm the configuration overview and click Next:
image
17. Products are going to be installed and a completion message is displayed in the end. Click on Start MySQL Workbench to start working with MySQL. Click Finish:
image
18. MySQL Workbench will start. As this is the first time, click on New Connection to create a connection to the database so that we can query:
image
19. Type in the connection name: MydbConnection and click on OK:
image
20. You will be prompted with root account password. Enter and click OK:
image
21. Now you can see your database objects on the left side and you can write your SQL query in the middle box.
image

If you find this tutorial helpful or if you have enquiries, please write in the comment section.

source:
http://www.soheib.com/technical-knowledge/installing-mysql-community-server-for-windows-tutorial-workbench-5-2-ce/

No comments:

Post a Comment