I finally got everything to work except phpMyAdmin
I installed ISPconfig 3.0 per this guide
I created a database and want to access it via phpmyadmin, except I get
> Forbidden
You don't have permission to access /phpmyadmin on this server.
Apache/2.2.14 (Ubuntu) Server at anova.qtripper.com Port 80
What am I not doing correctly?
4 Replies
What I started using is HeidiSQL (a windows client:
The beauty behind HeidiSQL is that you can leave mysql running over loopback (disable tcp/ip), and SSH tunnel the client to your server, and connect over localhost.
You maintain a great level of security in this fashion, and HeidiSQL is much faster and responsive than phpmyadmin ever could be. Give it a try, I personally have switched awhile back, and never looked back.
@hybinet:
I don't think Ubuntu allows access to phpmyadmin from any place other than localhost by default. Maybe ISPConfig adds further complications. But anyway, I'd try again using an SSH tunnel to the same server.
In the past, when I've installed phpmyadmin using aptitude, I haven't had any problems accessing it remotely. I was using Ubuntu 10.04 though, so it's possible something has changed…