in reply to MySQL CGI Security
Don't give your database ID/password to anyone. Put the pair in a text file that isn't visible through the web server (either by putting in your home directory, or using the appropriate Apache directives in a .htaccess), and have your CGI scripts get the ID/password from this file.
|
|---|