Hey there, have faced this problem like for the whole day … I’m trying to set up an SDK and after running mysql …when i choose the database I’m going to use i get the following errors continuously even after typing the password required @ibacher @dkayiwa @sharif ==> derrick@derrick-junior:~$ mvn openmrs-sdk:setup[INFO] Scanning for projects... - Pastebin.com
Oh sorry! Could it be that you have forgotten your Mysql password to the root
? you can still confirm it from you runtime properties file on your machine by following this path:
On Windows systems:
C:\Documents and Settings\YOURUSERNAME\Application Data\OpenMRS
C:\Windows\system32\config\systemprofile\Application Data\OpenMRS
On Mac OS X or Linux systems:
~/YOURUSERNAME/.OpenMRS
/usr/share/tomcatX/.OpenMRS
Versions of MySQL installed on Linux these days default to not allowing the root user to login to MySQL with a password. That issue has come up many times on this forum before, e.g., here’s one solution that might work.