@sharif sir could you help me out with this.
I am following (GitHub - openmrs/openmrs-core: OpenMRS API and web application code) this Readme and trying to run the core server locally. I am able to complete all steps successfully. But when i go to localhost, after some steps the site is asking me for a password.
I don’t know what it is.
What are you trying to run basically, Are using sdk ?.The error lies in database connections however, sometimes mysql server seeses to stop when running sdk if your are doin it for the first time, so please always check it to comfirm whether it is running.
Sir basically i am working on openMRS Android client since a time now and i am trying to implement the forgot password functionality in it .
I have send a PR for it too but i need to test it locally first to confirm that what i did is working.(for which i am following the openmrs-core readme)
I need to carry out the changes listed in this page to test my changes. (https://wiki.openmrs.org/pages/viewpage.action?pageId=216367317)
But that link is showing reseting openmrs account password, not database password, though password may be the same but it depends. hope am not mistaken, since you are working on android client and you wish to test, have a look at this android client server http://devtest04.openmrs.org:8080/openmrs .
Yeah @sharif sir i need to test reseting account password sir but for that i need to use mysql to enter some details in the database. (as mentioned in https://wiki.openmrs.org/pages/viewpage.action?pageId=216367317)
For which i was setting the core locally and doing all the stuff.
Please correct if i am wrong anywhere. I want to complete this functionality have been working on this since a lot of time now and i am stuck at this locally setting up the server part.
Try resetting a different mysql password and check, again i would also think of thorough check of your code . You should first think of making your instance to run first
I am following (GitHub - openmrs/openmrs-core: OpenMRS API and web application code) this Readme and trying to run the core server locally. I am able to complete all steps successfully. But when i go to localhost, after some steps the site is asking me for a password. I don’t know what it is.
Hello @vibhorchinda17, any update on the same? After downgrading to MySQL 5.7, it will restart the whole installation proccess, make sure the root password is kept same.
The problem arised because we currently do not support newer versions of MySQL (Post 5.7)