Download the latest version of xampp and run the file by double clicking on it. For the QMMS tool at least the modules
have to be installed and activated.
Be aware, some versions of xampp try to install Bitnami which is not needed
Locate the installation directory (typically xampp), from there switch to the directory “phpmyadmin”
Locate and open the file “config.inc.php” with your preferred editor
Go to the section “/* Authentication type and info */” and set the following values:
$cfg['Servers'][$i]['auth_type'] = 'http'
$cfg['Servers'][$i]['user'] = 'root'
$cfg['Servers'][$i]['password'] = ''
Save and close the file
With these settings the database administration tool is configured to accept the user “root” and the server will prompt for the password if this user wants to access the database management tool