Re: Every host is localhost

2001-04-23 Thread Freaked Personality
I don't exactly understand your problem but I think you want to secure access to a certain part of your webserver instead of our your MySQL server. If you are running apache you can secure complete directories with .htaccess files. On Wed, 18 Apr 2001, Sam Yenge wrote: > Hi > > (Re: mysql 3.

Re: Every host is localhost

2001-04-18 Thread Gerald Clark
That is correct. Web programmers must supply their own login and security measures. MySQL is a tool used by the web server. THe web server does the login in the manner the web programmer provides. The host will be the host the CGI is executing from. THe user will be the user the CGI script provid