I stood up a new Virtualmin server, disabled all database servers, installed sql-lite3, unable to change password, check log, many errors about a read only file or database. Server:Ubuntu 24.04, updated, Cloudserver 4GB Ram Latest Virtualmin Licensed
you have not mentioned how you are connecting to the database ? I use sqlite3 databases but I don’t have sqlite3 installed as in my case I use a php pdo class to handle the connection and manipulation of the data. In this use case you do have to install the php sqlite module in order for it to work, but I would guess other programing languages have sqlite classes and connection methods
You’re going to need to tell us what you did and the actual errors you got.
SQLite is a file-based database, it doesn’t have passwords unless you go out of your way to encrypt the database. The errors you seem to be describing can’t possibly happen with SQLite, unless you’re taking extra steps to make them happen, so I clearly don’t understand what problem you’re having.