Topic on Manual talk:SQLite

Storing SQLite file on network folder

2
Tommyheyser (talkcontribs)

This may be more of a Linux question, but how can I access a database file stored on a network drive? I'd like to use Mediawiki for work-related stuff, but the company IT department is not keen on running a Linux server, let alone an SQL server. I can set up my own Linux webserver, but I'll have to store the mediawiki database on the network, as well as storing all the "image" files but that's another hurdle.

MaxSem (talkcontribs)

In general, you need to google "NFS tutorial" to learn how to set up this kind of stuff, however SQLite developers don't recommend using it with NFS. SQLite is a local database, after all.

Reply to "Storing SQLite file on network folder"