Forum archive
Implications of MYSQL user in Webmin (password change)
I was trying to harden my passwords just now and after resetting the Root password, I changed the MySQL password in Webmin.
Probably not what I wanted to do.
Now though, my original "root" user in MySQL has the same pword as ever. The MYSQL was changed from something ... I don't know what. Are there any scripts that also need to be changed for that user?
Only way to get this back is to restore a Snapshot.. I may do that.
thoughts on this one?
If you just run the mysqlconf.py script then it shouldn't affect Magento's access to MySQL. That script only adjusts the root MySQL password AFAIK. I haven't pulled the Magento appliance apart, but I'd assume that it works the same way the others do. Other TKL appliances that use MySQL have a separate (non-root) user that connects to DB (and only has rights for that specific DB) that uses a random password (created and set by another inithook script).
PS As for what you actually changed with Webmin I have no idea...