Once you have Apache server, PHP, and MySQL database installed, you should install phpMyAdmin also. phpMyAdmin allows you to control your database from a web browser. You can create databases, tables, users, as well as user’s privileges for your database.

Step 1: Download phpMyAdmin

Step 2: Extra to Apache24\htdocs\phpMyAdmin

Step 3: Rename Apache24\htdocs\phpMyAdmin\config.sample.inc.php to Apache24\htdocs\phpMyAdmin\config.inc.php

Sep 4: Open php.ini and uncoment the following

For PHP 5, uncomment

extension=php_gd2.dll

For PHP 7.3 or later, uncomnent

extension=gd2

You can now open your browser and check if http://localhost/phpmyadmin/ works.