Forum archive
Can VMWare break Wordpress Password Hashing?
Dealing with a Baffling WordPress issue. Playing with a Turnkey WordPress virtual appliance. I decided to reset the MySQL password for the wordpress database. Did so, everything worked great until I rebooted the system. Upon rebooting, I got "Error establishing a database connection". When I checked wp-config.php, I noticed that upon rebooting, the password I entered had been hashed. However, for some reason, the system can't make a connection after hashing the password. If I edit wp-config.php and re-enter the password, all is well again. The password exists in plain text, WordPress can establish a connection, and everything is happy until I reboot. At which point, the cycle repeats. on an I'm guessing, related note, I've noticed that each time I restart the virtual machine and SSH in, I get the warning that remote host verification has changed. Is something about VMWare breaking all my hashes? Has anyone else seen this? Thanks.