As of version 14.1, PrizmDoc Server requires a connection to a Central Database. At this time, MySQL 8.0 is the only supported database.
On Windows using Docker
Installing and configuring MySQL Database
- Download and run MySQL Installer - https://dev.mysql.com/downloads/installer/
- Choose Setup Type: Full and click install
- Configure your MySQL Server in the installer:
- Config Type: Choose "Development" if you are testing in a development environement, or "Server" for a production environment that will also be running PrizmDoc Server
- Create a user with Admin access for PrizmDoc
- Everything else can be left as default
- After installation is complete, open MySQL Workbench
- On the left side in the "Navigator" section, click on the "Schema" tab
- Left click anywhere in this tab and click "Create Schema"
- Name your schema and click apply (ex. "prizmdoc_server_db")
- Review and Apply SQL Script in the pop up menu
Configuring PrizmDoc Server connection to database
- We recommend you create a dedicated database for PrizmDoc and a restricted database user that only has permissions for this database. Make sure the PrizmDoc user has all privileges to this database.
- Provide the connection string in the PrizmDoc installer
Post installation you can use the database.connectionString central configuration parameter to specify the connection string to the database.