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

Database Security Related Matter....

2003-02-28 Thread Shripal Shah
Dear Sir/Madam, 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. Waiting for your favorable reply. Thanks & Regards, Shripal. -

RE: database security

2002-04-17 Thread Steve Bradwell
bject: database security Can anyone suggest some book on database security. I plan to study some features like Schema-less logins, single sign on, preserving user identity and like in light of MySQL. Regards, Paras. - Before po

database security

2002-04-17 Thread Paras Mukadam
Can anyone suggest some book on database security. I plan to study some features like Schema-less logins, single sign on, preserving user identity and like in light of MySQL. Regards, Paras. - Before posting, please check

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]>

Database Security

2001-07-30 Thread Claudemir F. Martins
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 files in the directory that must be readable for all (755). If a user get access to the directory (FTP) he/she will read the password and t