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