Hello,
I've just newly installed OpenMRS and am trying to access the database through Terminal. I followed the instructions on
this page.
So I enter the following:
$ ./mysql -u openmrs -p
$ Enter password:
$ ERROR 1045 (28000): Access denied for user 'openmrs'@'localhost' (using password: YES)
I used connection.password from my openmrs-standalone-runtime.properties file, but I get the above error. I drag the string from the text file to the Terminal, so I doubt I entered the password wrong. Any suggestions?
Thank you all for your kind help!