Hakan VELIOGLU said:
> Hi,
>
> I have a server that users are accessing it with ssh and publishing their
> web
> sites. What I want is a database support with less effor. So,
> SQLite is a very good option for me to decrease the management tasks for a
> database support. However, I searched the SQ
>
> I have a server that users are accessing it with ssh and publishing their web
> sites. What I want is a database support with less effor. So,
> SQLite is a very good option for me to decrease the management tasks for a
> database support. However, I searched the SQLites's web site for security
Greeting sailendra,
sai kalyanam wrote:
Greetings all,
can you pls any help me how to secure sqlite database. there is no userid and
password to open the database. what are the security issues in SQLite database.
can you pls help in this issue.
You need to encrypt your database.
Dr. H
Hi,
sqlite does not know users. You can restrict access using the file
privileges for the database - file (chown / chmod). If you want
users/passwords in your application, you have to implement this in your
application.
Martin
sai kalyanam schrieb:
Greetings all,
can you pls any help me
4 matches
Mail list logo