Skip to content

sangram9019/sql_project

Repository files navigation

Student Result Managment System - SQL Project

Installation

  1. Install XAMPP or WAMPP

  2. Open XAMPP/WAMPP Control panal and start [apache] and [mysql] .

  3. Download project from github (https://github.com/sreenandha24/Student-Result-Management-System-sqlproject.git) (or) follow gitbash commands

    i>cd C:\\xampp\htdocs\

    ii>https://github.com/sangram9019/sql_project.git

  4. Open the Link http://localhost/phpmyadmin (or) http://127.0.0.1/phpmyadmin in any Web Browser on your Computer

  5. Click on the 'New' button in the left-side Navigation Bar.

  6. Give the Database a Name (Eg: Student_mgmt_systm) and Set Collation to 'utf8_general_ci'

  7. Hit the Create Button. Now the Database is Created Successfully

  8. After Creating the Database Click on the Import Tab.

  9. Browse the File srm.sql in the Directory - Student-Result-Management-System-sqlproject/srm.sql.

  10. Upload the srm.sql file and click on Import

  11. Now Click on the SQL tab and run the queries

Note: This Project can also be run on any other SQL Managment Tools such as Amazon RDBMS, Oracle SQLServer, Microsoft SQLServer etc... But we prefer doing it on PHPMYADMIN as it is easier to use and has a good GUI when compared to other command line clients

Having Trouble Installing XAMPP? Check out the Demo Video 👉Click Here

Entity Relationship (ER) Diagram:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published