Use the Internal Database
The default configuration supplied with Media Server stores training data in a database file (mediaserver.db
, in the installation directory). If this file does not exist, Media Server creates it when you use an action that requires a database.
You can move or rename the database file but you will then need to change your configuration file to match the new file path.
To use an internal database
- Open the Media Server configuration file in a text editor.
- In the
[Database]
section, check that theDatabaseType
configuration parameter is set tointernal
. This is the default setting and specifies that Media Server uses an internal database. -
In the
[Paths]
section, set theDatabasePath
parameter to the path and file name of the database file. If this file does not exist, Media Server creates an empty database at this location. - Save and close the configuration file.
- Restart Media Server for your changes to take effect.