Skip to content

Instantly share code, notes, and snippets.

@goncaloperes
Last active November 8, 2018 10:09
Show Gist options
  • Save goncaloperes/896b19d46f05cdfc99ed7e317a212a60 to your computer and use it in GitHub Desktop.
Save goncaloperes/896b19d46f05cdfc99ed7e317a212a60 to your computer and use it in GitHub Desktop.
Update PHPMyAdmin (XAMPP)

1. Find your phpMyAdmin Version

Access your phpMyAdmin interface and scroll to the bottom to check if you are using the updated version.

2. Download the Newest phpMyAdmin Version

Access phpMyAdmin Official Website and download the most recent version.

3. Find your phpMyAdmin Directory

Access your phpMyAdmin directory. If you are using XAMPP access the folder phpMyAdmin inside the XAMPP directory.

4. Copy your config.inc File

Find the config.inc and copy to outside the phpMyAdmin directory.

5. Empty the phpMyAdmin Directory

Go to the phpMyAdmin Directory and delete all the files.

6. Put the New Files in the Empty Directory

Extract the .zip file downloaded in step 2 and upload it to the directory emptied in step 5.

7. Add the config.inc file

Copy the config.inc file to the phpMyAdmin directory that has the new PHPMyAdmin files.

That's it! You are now using an up to date version of phpMyAdmin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment