Web Hosting Talk







View Full Version : Best place to install phpMyAdmin


sametch
07-18-2002, 03:08 AM
I would like to install phpMyAdmin on my RaQ to administer MySQL databases on all my virtual sites.

I am concerned about security and can't decide where to install it.

Should it be installed in a subdirectory of one of my virtual sites or should I create a sub directory on my main server "site".


Also

Does anyone know how secure htaccess/htpassword is?

Any help appreciated

sametch

blacknight
07-18-2002, 06:15 AM
There are a couple of package versions of it available:
http://www.solarspeed.net/index.php?topic=downloads&menu=0

which allows all your users access.

sametch
07-18-2002, 06:39 AM
Thanks for that.

I don't really have a requirement to give users access to MySQL I usually design a GUI to enable them to make simple content changes to the database.

I just want to know if there is any place on the server that is any safer than another from a security point of view. I would sort of like to put it in my main server web site in a new directory because I am assuming it is less likely to be stumbled upon, but I am a little nervous about using htaccess and htpasswd in that in case I get it wrong!

Am i worrying too much?

Sametch:confused:

blacknight
07-18-2002, 06:44 AM
Depending on the configuration you choose you can easily set it up behind .htaccess for the directory and then using cookies to access the actual interface.