Skip to content

Instantly share code, notes, and snippets.

@drakakisgeo
Created February 6, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drakakisgeo/e622c734faf3ed08710a3898de46b3e6 to your computer and use it in GitHub Desktop.
Save drakakisgeo/e622c734faf3ed08710a3898de46b3e6 to your computer and use it in GitHub Desktop.
Upgrading phpmyadmin for apache php7.2 - Ubuntu 18.04
cd /usr/share/
sudo mv phpmyadmin/ phpmyadmin-4.8.5/
sudo wget https://files.phpmyadmin.net/phpMyAdmin/4.8.5/phpMyAdmin-4.8.5-all-languages.zip
sudo unzip phpMyAdmin-4.8.5-all-languages.zip
sudo ln -s phpMyAdmin-4.8.5-all-languages phpmyadmin
sudo chown -R www-data:www-data /usr/share/phpmyadmin
sudo chmod -R 755 /usr/share/phpmyadmin
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment