For the CORE HL7 MySQL Server Schema Engine
•MySQL Server. NOTE: Tested with versions 8.0.11 and greater
•Microsoft .Net 8 (sometimes called .Net Core 8) runtimes for the Windows Desktop. The program installer will direct you to download if you do not have it but you can also Download From Microsoft.
•Microsoft Windows 10, 11, or greater, OR Microsoft Windows Server 2008 or later.
•For the HL7 Listener the maximum message size is 128 MB.
•Reasonable system resources. Memory 16GB minimum is recommended. Disk space based on your needs.
MySQL Server Requirements
This program does have several requirements for your MySQL Server settings.
1.Your MySQL Server MUST be able to accommodate the MySQL LEGACY authentication.
2.In your MySQL Server variables the variable lower_case_table_names MUST be set to either 1 or 2 (preferably 1 for MS Windows MySQL Servers).
3.When creating your Schema Tables we will always use the MySQL MyISAM storage engine.
Coming Soon.