Created
February 6, 2019 13:54
-
-
Save drakakisgeo/e622c734faf3ed08710a3898de46b3e6 to your computer and use it in GitHub Desktop.
Upgrading phpmyadmin for apache php7.2 - Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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