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: http://www.orthanc-server.com/static.php?page=mysql 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