Installing MySql on Windows
Step 1: Install XAMP: This will install all the requirements (Apache Server, PHP, Mysql) to run the PHP code with the Mysql Database.
Step 2: Now launch XAMPP Control Panel and Click on Start – MySql
Step 3: Now you can Run the MySQL
Step 4: XAMPP provides the Graphical User Interface (phpmyadmin) of MySQL
Step 5: Go to the Browser (Edge, Chrome, Safari) and type “localhost/phpmyadmin“. Phpmyadmin is a utility to access MySql in the GUI.