# Step 1: Download phpMyAdmin
# Visit https://www.phpmyadmin.net/downloads/ and download the latest version.
# Step 2: Extract the downloaded file
# Extract the downloaded file to a directory, for example, C:\phpmyadmin.
# Step 3: Rename the configuration file
# Rename config.sample.inc.php to config.inc.php.
# Step 4: Configure phpMyAdmin
# Open config.inc.php in a text editor and update the necessary settings.
# Step 5: Enable the mysqli extension
# Open the php.ini file in a text editor and remove the semicolon from the line ;extension=mysqli.
# Step 6: Access phpMyAdmin
# Open your web browser and visit http://localhost/phpmyadmin.