Created
May 10, 2014 21:04
-
-
Save rydurham/8e3ad50c46bc3b565bce to your computer and use it in GitHub Desktop.
phpmyadmin ubuntu
This file contains 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
sudo apt-get install phpmyadmin | |
sudo vim /etc/apache2/apache2.conf | |
Include /etc/phpmyadmin/apache.conf | |
sudo service apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment