Getting an error trying to connect to MySQL on VM:
Connecting to MySQL Server... ERROR. Check your login credentials. unable to connect to database as root
Question?
If you are running MySQL on an Azure VM and you want to connect remotely how do you set the password for root? Do you change
localhost to the address of the VM server? Like
$ mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword');
$ mysql> SET PASSWORD FOR 'root'@'openemr.cloudapp.net' = PASSWORD('globalhealth');
Can check at http://openemr.cloudapp.net
click continue