in reply to Re: Where to put an application database?
in thread Where to put an application database?
I agree with it depending upon the "kind of app" as you put it. Since this could be used by a number of different users I m leaning towards using /var as the data dir.
The bigger issue, in my mind, is having the database files be mode 666 maybe. I know that Oracle, MySQL and others are setuid to get around that, but I need to check the docs for SQLite to see if it does that, too.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Where to put an application database?
by roboticus (Chancellor) on Oct 17, 2014 at 17:54 UTC | |
by boftx (Deacon) on Oct 18, 2014 at 04:33 UTC | |
by erix (Prior) on Oct 18, 2014 at 05:43 UTC |