database connection

M

masood shaik

Hi

can u please tell me how we can connect to database without changing
the permission of db file using sqlite3
 
G

Gabriel Genellina

can u please tell me how we can connect to database without changing
the permission of db file using sqlite3

The OS user who executes the Python script must have read (and write,
usually) access to the database file - *any* OS user who can read the
database file can connect to it.

sqlite does not have internal users, and does not implement GRANT/REVOKE
statements.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top