Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active October 23, 2019 05:55
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 ispguru/7b74d5ca053bc771d86cc16a946d6ab8 to your computer and use it in GitHub Desktop.
Save ispguru/7b74d5ca053bc771d86cc16a946d6ab8 to your computer and use it in GitHub Desktop.
Install phpmyadmin ubuntu 18.04
#!/bin/bash
sudo apt-get install phpmyadmin php-mbstring php-gettext -y
sudo mysql -u root -p
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
sudo systemctl restart apache2.service
#To verify instalation got your browser and type http://localhost/phpmyadmin then press enter
#https://youtu.be/dF3ulwLY7XA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment