Skip to content

Instantly share code, notes, and snippets.

@masiur
Last active February 27, 2016 10:15
Show Gist options
  • Save masiur/de3546286e9ecf0676b5 to your computer and use it in GitHub Desktop.
Save masiur/de3546286e9ecf0676b5 to your computer and use it in GitHub Desktop.
'sudo gedit /etc/apache2/apache2.conf'
###add the folowing line to the bottom of the file
'Include /etc/phpmyadmin/apache.conf'
###then you uninstall phpmyadmin by following command
'sudo apt-get purge phpmyadmin*'
###then install again the following command
'sudo apt-get install phpmyadmin'
###Now Configure it hitting space button when the promp appears
###then hit tab and enter
thats all
###You may need to restart apache
'sudo service apache2 restart'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment