I am new babe to Orthanc. I had got Orthanc up and runing with default sqlite database. Now i wanted to use it MySql.
I had downloaded the required dlls (OrthancMysql index and storage.dll) and place them in plugin folders. Also made changes in the configuration file as mentioned in OrthancBook.
But will somebody tell me from where i can get the database structure to create database on my local server.
I need to know do i need to add this text (appended below) in orthanc configuration file or mysql configuration file.
You can either use a single configuration file and start Orthanc by providing the path to this configuration file, OR you can store multiple configuration files in some folder, and start Orthanc by providing the path to this folder.
It is up to you to decide. If you use the latter approach, beware that the same configuration option cannot be placed in multiple files, otherwise Orthanc will refuse to start as it won’t be able to determine which version of the option to use.
At the moment i got only one table in orthanc database with name storagearea with three columns (uuid,content and type).
This means that only the “storage area” plugin is loaded, not the “database index” plugin. Make sure to carefully read your logs in “–verbose” mode: https://book.orthanc-server.com/faq/log.html