help with setting up a server with installed MYSQL

hey there been trying to set up an OpenMRS server every time i run this command mvn openmrs-sdk:setup all i get is error BUILD FAILURE and error failed to execute goal

Could you share the steps you have followed and also share the server logs via patsebin.com

could you tell the steps you have done( or a documentation you are following) and also share the logs via pastebin.com

Kindly is it okay you delete ~/openmrs/sdk.properties then run mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.1.1:setup-sdk to create a new server?

thank you will try

above are the set up logs for the server and this is the doc guide iam following to set up the server ==>Set Up OpenMRS Server with OpenMRS SDK and Docker - Documentation - OpenMRS Wiki

This is your error [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project standalone-pom: Failed to setup server Could this be of help? Announcing OpenMRS SDK 4.3.0 - #12 by ibacher

Am experiencing the same problem I failed to install open mrs database anyone who can help me on that issue

@agabaderrick as per the shared logs, you’re setting up the server before installing OpenMRS SDK on your system. First run

mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk 

to install the SDK on your system and then set up the server.

@musakizito could you highlight the steps you have done and which document are you following?

sure… let me proceed

thank you @kdaud it proceeded well …