On Ibrahim's answer, I used the nano in the terminal instead of gedit, cause I could not get gedit to work.
Root Terminal Steps
Paste in terminal, this will open in the terminal Nano editor:
nano /etc/apache2/apache2.conf
Then add the following line to the end of the file:
Include /etc/phpmyadmin/apache.conf
ctrl-o and ctrl-x to save and exit.
Then paste in terminal: restart apache:
/etc/init.d/apache2 restart