General ======= Orthanc MySQL is a set of 2 plugins to Orthanc, a lightweight, RESTful Vendor Neutral Archive for medical imaging. These plugins override the default SQLite engine of Orthanc with a MySQL or MariaDB back-end. They bring scalability to Orthanc, making it enterprise-ready. Homepage: https://orthanc.uclouvain.be/book/plugins/mysql.html Configuration ============= To enable the plugin, you must specify the parameters of your MySQL/MariaDB database by adapting the configuration file "/etc/orthanc/mysql.json". Then, restart the Orthanc service: $> sudo systemctl restart orthanc.service