MySQL Installation Error

Hi all, I’m a new Orthanc user and am trying to set up the server on Windows. I’ve installed MariaDB separately and created a database on it, but am still running into the following error, regardless of if I use the 32 or 64 bit installer.

I’d appreciate help on troubleshooting this. The error from the log file is below:

W0731 12:44:25.320072 PluginsManager.cpp:261] Registering plugin ‘mysql-index’ (version 5.1)
W0731 12:44:25.321073 PluginsManager.cpp:157] The index plugin will use 1 connection(s) to the database, and will retry up to 10 time(s) in the case of a collision
W0731 12:44:25.321073 PluginsManager.cpp:261] Registering plugin ‘mysql-storage’ (version 5.1)
E0731 12:44:25.326073 PluginsManager.cpp:153] MYSQL_TYPE not implemented: 0
E0731 12:44:25.326073 PluginsManager.cpp:153] Not implemented yet
E0731 12:44:25.326073 PluginsManager.cpp:91] Error while initializing plugin C:\Program Files (x86)\Orthanc Server\Plugins\OrthancMySQLStorage.dll (code -1)

Just a blind guess: you should check for the DLLs that are required by OrthancMySQLStorage.dll using a tool such as [Dependency walker]( Dependency Walker (depends.exe) Home Page) and check that they can be reached in the system PATH (since Orthanc runs as a service)

Thanks, will try that out!