Quote Originally Posted by zcnb View Post
How do I modify DB_SERVER_PASSWORD in both configure.php to match the password I specified when I created the testshop database?
OMG - I can't believe it's so simple: the password specified in both configure.php files at the define('DB_SERVER_PASSWORD' line is stored in clear text...

I just tried it and the fix_cache_key.php script worked!

But now, I have a totally different question:

Doesn't storing the database user password in clear text in the configure.php file constitute a potential security hole/risk?