What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!

How to update PHPMyAdmin and MariaDB in XAMPP

Reigen888

New member
Member
Messages
7
Reactions
0
1746519293148.png

1. First download, install, and start XAMPP as you normally would (Start Apache and MySQL)

2. Then stop the services and download the updates

PHPMyAdmin:
MariaDB:

3. Replace the contents of \xampp\phpMyAdmin and \xampp\mysql with the updates

4. Then delete the contents of \xampp\mysql\data and run mysql_install_db.exe in CMD from \xampp\mysql\bin

Done, now you have XAMPP with updated PHPMyAdmin and MariaDB

Important Note: Step 4 must be done from CMD (Command Prompt), NO PowerShell
 
Reacted by:
Top