Reset MySQL Root Password in XAMPP
Open the XAMPP Control Panel and stop the MySQL service if it is running.
Clicck the "Config" button next to the MySQL module.
Select "my.ini" from the list — this file resides in the XAMPP\mysql\bin directory.
Locate the [mysqld] section in the configuration file.
Add the line skip-grant-tables under that section.
Save the ...
Posted on Mon, 14 Sep 2026 16:13:16 +0000 by smordue
Setting Up Virtual Hosts in XAMPP Apache Server
Introduction
Virtual hosts allow you to run multiple websites on a single XAMPP installation. This guide walks you through configuring Apache to support virtual host configurations.
Step 1: Configure httpd.conf
Navigate to the Apache configuration file at xampp/apache/conf/httpd.conf.
Enable Virtual Hosts Module
Search for the keyword httpd-vho ...
Posted on Wed, 13 May 2026 15:21:05 +0000 by squariegoes