-
Open XAMPP/WAMPP Control panal and start [apache] and [mysql] .
-
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 -
Open the Link http://localhost/phpmyadmin (or) http://127.0.0.1/phpmyadmin in any Web Browser on your Computer
-
Click on the 'New' button in the left-side Navigation Bar.
-
Give the Database a Name (Eg: Student_mgmt_systm) and Set Collation to 'utf8_general_ci'
-
Hit the Create Button. Now the Database is Created Successfully
-
After Creating the Database Click on the Import Tab.
-
Browse the File srm.sql in the Directory - Student-Result-Management-System-sqlproject/srm.sql.
-
Upload the srm.sql file and click on Import
-
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
