On 20 Feb 2011, at 16:18, thilo wrote:

> My DB is owned by a different user (www) and I as root insert some data.
...
> Are there any suggestions on how to make this workable?

Don't do that. Unless you can guarantee that no malicious user has been able to 
alter your database it isn't safe to interact with it as root if you're using a 
version of the sqlite3 shell that has the .load built-in. Use su or sudo to 
become www and interact with your data as the owning user.

Best Regards,

Phil Willoughby
-- 
Managing Director, StrawberryCat Limited

StrawberryCat Limited is registered in England and Wales with Company No. 
7234809.

The registered office address of StrawberryCat Limited is:

107 Morgan Le Fay Drive
Eastleigh
SO53 4JH

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to