In this course, we will learn the practical applications of a Relational Database by writing and understanding SQL queries. We will use XAMPP to execute the SQL queries on our local machine.
Here is how we install XAMPP on Windows:
-
Head over to the downloads page and download the appropriate version. We will download the latest version, which is v8.2.12 at the time of writing
-
Run the setup executable. Make sure to keep the installation directory to:
C:\xampp
-
It will prompt us to run the XAMPP Control Panel once the setup has completed
The XAMPP Control Panel should look like this:
Now we have to start the Apache
and MySQL
modules:
Having done that, we open Google Chrome or Firefox and navigate to the following URL:
http://localhost/phpmyadmin/