re: Database Security Related Matter....

2003-02-28 Thread Egor Egorov
On Friday 28 February 2003 15:57, Shripal Shah wrote: > How can I Lock my database in MySQL with password. As we are having only > password for User but what I have to do if I want to lock whole > database. There is no password per database in MySQL. But if the user doesn't have permissions on t

RE: database security

2002-04-17 Thread Steve Bradwell
I just bought this book, it's really good so far for MySQL but not sure how indepth the security content is http://www.webmasterbase.com/article/225 Steve. -Original Message- From: Paras Mukadam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 12:19 PM To: MySQL Subject: datab

Re: Database Security

2001-07-31 Thread Werner Stuerenburg
You can protect the directory your file lives in with .htaccess Claudemir F. Martins schrieb am Montag, 30. Juli 2001, 17:17:53: > Hello. > How can I made a Database secure by using an PHP Interface ? > I Mean .If I use a PHP interface there are passwords included in the PHP > config file

Re: Database Security

2001-07-30 Thread David Mintz
On Mon, 30 Jul 2001, Claudemir F. Martins wrote: > How can I made a Database secure by using an PHP Interface ? > > I Mean .If I use a PHP interface there are passwords included in the PHP > config files in the directory that must be readable for all (755). > > Is there a good way to prote

Re: Database Security

2001-07-30 Thread Petr Svacek
Hi, You can 1. set the permissions to 700. 2. chown of the script to nobody/wwwuser or whoever is the user used for the daemon httpd. You need root access to do this. Petr Svacek - |<[EMAIL PROTECTED]>