2015-05-15 php►mysql Setup PHPMyAdmin on ubuntu By: Ryan Wong at May 15 2015 11:58 pm Heres steps to install phpmyadmin on ubuntu. 1234567891011121314151617181920212223242526sudo apt-get install phpmyadmin apache2-utilssudo nano /etc/apache2/apache2.conf#Include at bottomInclude /etc/phpmyadmin/apache.confsudo service apache2 restartsudo nano /etc/phpmyadmin/apache.conf <Directory /usr/share/phpmyadmin> Options FollowSymLinks DirectoryIndex index.php AllowOverride All [...]sudo nano /usr/share/phpmyadmin/.htaccessAuthType BasicAuthName "Restricted Files"AuthUserFile /etc/apache2/.phpmyadmin.htpasswdRequire valid-user#add userssudo htpasswd -c /etc/apache2/.phpmyadmin.htpasswd usernamesudo service apache2 restart Newer Setup Mongodb on ubunut14.04 32 bit Older How to setup your sshkey to use in bitbucket or github