Hi, I’m not able to connect to the database using the standalone version of openmrs; it says it can’t connect to the database, but I also notice it resets the user name password to openmrs/test each time - so I set it to that anyways.
Note: the install port is set to 3316 and mysql server is set to 3306
I tried using the socket parameter &server.socket but same error.
If I try this using the SDK to install platform that works fine; however I would like to get a standalone installation working
Okay so I got the installation running on Linux x86 using JDK17; so it looks like the standalone distribution does not support mysql:mxj connection on Arm architecture; I guess I can use the sdk for development purposes and intel system for testing standalone distribution.
Can someone point me to the code for standalone distribution of the platform published on the website; I would like to get a look at producing a standalone distribution that works on all architectures.