Skip to content

Instantly share code, notes, and snippets.

@binaryk
Created June 8, 2016 20:56
Show Gist options
  • Save binaryk/f97fac72102c07a54f739f91a38b6346 to your computer and use it in GitHub Desktop.
Save binaryk/f97fac72102c07a54f739f91a38b6346 to your computer and use it in GitHub Desktop.
mysql:
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-14-04
phpmyadmin:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo service apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment