Sam have you ever used the utilities in the contrib folder in Windows? Also in the installation instructions on the wiki you put that the Mysql user was openemr and the password was SOurc3_FOrg3! Is that correct? and are they the username and password that are to be plugged into the utilities? I have used these utilities under Ubuntu without modification and they have always worked, but now under Windows XP using Active Perl 5.10 they keep denying me access to the database and as such will not insert the ICD9 codes or anything else for that matter on my test box that I am using to see if I can migrate to Windows.
hi rick
i did not mean to let the thread go. i have been busy. i would reinstall using a simpler password. may be perl in windows does not like complicated passwords.
regards.
The password thing would be a bummer. I’m hoping this is not the case. To test this don’t reinstall, just use the mysql command to change to a simple password (below should change password to openemr):
mysqladmin -u openemr -h localhost -p SOurc3_FOrg3! ‘openemr’
Note this will break your openemr (can fix by putting this password in interface/globals.php, gacl/gacl.ini.php, and gacl/gacl.class.php or change back to the initial password after the test)
For the learning impaired among us a question! Where do I enter the mysql command and if the answer is on the command line which directory do I have to be in to make this happen?
Your using the wrong password (using ‘O’ instead of ‘0’)
try this as password:
S0urc3_F0rg3!
Also, as an aside the change password command would be following (again, no need to do this):
C:\xampp\mysql\bin\mysqladmin -u openemr -h localhost --password=S0urc3_F0rg3! ‘openemr’
anyway to change mysql password without command line in windows or linux
http://localhost/phpmyadmin/
click privilages
locate user "openemr" and click edit privilages (last button)
scroll down and fill new password, click corresponding "go" button on the right.
I use an open source tool, like this, to keep track of all those passwords.
KeePass Password Safe
KeePass Password Safe is a free, open source, light-weight and easy-to-use
password manager for Windows. You can store your passwords in a
highly-encrypted database, which is locked with one master password or key
file.