Created
June 8, 2016 20:56
-
-
Save binaryk/f97fac72102c07a54f739f91a38b6346 to your computer and use it in GitHub Desktop.
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
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