Question

We have an Sqlite DB on our Linux/PHP production webserver. What is the best way to manage it remotely? I've found some server wrappers are available and some applications claim to offer remote access methods. Any suggestions?

Was it helpful?

Solution

SSH in and use the SQLite command-line client.

But...why are you using SQLite on a production webserver!? Even the SQLite website advises against this!

OTHER TIPS

Gindi's SQLITE client/server at Codeproject looks like an interesting and serious attempt at a wrapper.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top