31.05.2013, 16:03
If i where you i would install a LAMP server by doing:
Then you can access by your server IP in the browser so like 127.0.0.1/phpmyadmin
And you have a visible interface.
Код:
apt-get install tasksel After installation completed run command: tasksel Choose for a lamp server, and it will install apache for you. After that put command: apt-get install phpmyadmin Select LAMP DB-CONFIG: yes
And you have a visible interface.