• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

How to install MySql on Windows

November 16, 2015 by ProjectsGeek Leave a Comment

How to install MySql on Windows

 

First step is to download the right package for installation of MySql on windows machine. You can download 32 bit  or 64 bit version on download page based on you system configuration. We will download MySQL Community Server 5.7.9 for mysql website for installation. Other MySql products you can download are given below:

  • MySQL Connectors.
  • MySQL for Excel.
  • MySQL Notifier.
  • MySQL for Visual Studio.

Step 1

Go to MySql website.

install MySql

Step 2

Click on download tab and then on windows tab as given below in snapshot.

download mysql

Step 3

Click on MySQL Installer link and scroll down on next page.

mysql installer

Step 4

Here click on second installer “Windows (x86, 32-bit), MSI Installer” to download MySql installer.

Install MySql

Step 5

You will get MSI File from mysql website as installable.

msi mysql

Step 6

Now double click this MSI file and click on run.

install mysql msi

Step 7

In next step accept the agreement and click next.

mysql accept agreement

Step 8

Select custom installation.

custome install

Step 9

Select the item that need to be installed. In this case we are installing My Sql server and connectors.

select to install mysql

Step 10

Click on next and you will see that items you have selected in previous step.

final

Step 11

In this step set the port number and protocol for MySql server for install Mysql.

set port

Step 12

Provide the password for database in this step.

Database password

Step 13

Select run MySQL server as service and at windows startup.

Windows Service MySql

Step 14

Click on execute on next step.

Execute step

Step 15

Final step and you are Done.

Finish

Step 16

Now open the MySql cmd from programs.

cmd mysql

Step 17

Provide MySql password which was set in step 12.

mysql password

Step 18

Now we will test our MySql installation by firing some SQL Commands. Initially we need to select some database which is already present inside MySql database. As this is new installation we don’t know about already present database, so we will create one database.

CREATE DATABASE PROJECTS

Now we have to select that database which we want to use. So we will select our newly created database to continue.

USE PROJECTS

As we have selected our database we can now create table in that database. We will use below query for that.

CREATE TABLE project( id INT(6) UNSIGNED PRIMARY KEY, projectname VARCHAR(30) NOT NULL );

sql commands mysql

You have successfully installed the MySql server on your windows machine.

Other Projects to Try:

  1. How to install Eclipse on Windows 7
  2. How to Install Visual Studio 6 on Windows 7
  3. How to install Apache tomcat on Windows 7
  4. Database connectivity in Java with MYSQL
  5. Samba as Open Source Project

Filed Under: Installation Guides Tagged With: Installation Guides

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy