I'd like to match locally the same version of phpmyadmin installed in my production server. Is there a way to upgrade the version of Phpmyadmin in MAMP to the last version without breaking it?
I upgraded MAMP but the latest version do not include the updated PhpMyAdmin, just an old version.
Find and click on phpMyAdmin. From the main phpMyAdmin page, look to the far right side of the page. There is a block entitled “Database Server”. Look for the field named Server version or Software version.
phpMyAdmin 5.2. 0 is released This release contains many new features and quite a few bug fixes.
Download the latest version from here.
Find and replace Applications/MAMP/bin/phpMyAdmin
( MAMP local folder directory) with the latest phpMyAdmin you downloaded.
Don't change the folder name (keep the folder name on "phpMyAdmin").
Make sure you have config.inc.php in the /phpMyAdmin folder. As mentioned below, you can copy that file over from your existing phpMyAdmin folder.
If you have MAMP PRO replace the /phpMyAdmin installation folder in the following folder: /Library/Application Support/appsolute/MAMP PRO/
I had the same problem as @Nathan and followed these steps to get the latest phpMyAdmin working. [@thanaxix gave a valuable insight and the steps have been refined here]
config.inc.php
file from /Applications/MAMP/bin/phpMyAdmin
to the desktop.phpMyAdmin
folder from /Applications/MAMP/bin/phpMyAdmin
phpMyAdmin
[syntax is important here] and copy it to /Applications/MAMP/bin/
Copy the config.inc.php
file from your desktop to /Applications/MAMP/bin/phpMyAdmin
. 6. I would suggest you make one edit to config.inc.php
. On line 61 you will need to add a blowfish secret in between the single quotes:
$cfg['blowfish_secret'] = '';
Start up MAMP Pro and when you choose the phpMyAdmin tab you should be directed to your updated phpMyAdmin.
Hope this helps.
first remove older version:
sudo apt-get remove phpmyadmin
sudo apt-get purge phpmyadmin
and type:
sudo add-apt-repository ppa:nijel/phpmyadmin
sudo apt-get update
sudo apt-get install phpmyadmin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With