|
I've installed phpmyadmin
sudo apt-get install phpmyadmin. Of course, I have also mysql and a web server running properly.Now how can I reach it? |
|||||||||
|
|
Did you try http://localhost/phpmyadmin?
Edit: Do this first
add this line somewhere
and finally restart apache.
|