F FDudeH New member Apr 22, 2020 #1 I'm trying to log onto mysql as root and the password isn't working, and I'm afraid we may have lost it. If I shut down mysql so I can reset the password will that cause any problems with Xenforo when I restart mysql?
I'm trying to log onto mysql as root and the password isn't working, and I'm afraid we may have lost it. If I shut down mysql so I can reset the password will that cause any problems with Xenforo when I restart mysql?
Anomandaris Well-known member Apr 23, 2020 #2 Not really, just update the password in config.php once you have the new password if you wanna be really cautious: Set your forum to inactive in the ACP stop apache or nginx stop mysql reset password update password in config.php start mysql start apache/nginx turn forum back on in ACP Upvote 0 Downvote
Not really, just update the password in config.php once you have the new password if you wanna be really cautious: Set your forum to inactive in the ACP stop apache or nginx stop mysql reset password update password in config.php start mysql start apache/nginx turn forum back on in ACP
F FDudeH New member Apr 23, 2020 #3 The root password was not stored in the config.php file. That was the first place I looked for it. Is there any reason it needs to be there? Upvote 0 Downvote
The root password was not stored in the config.php file. That was the first place I looked for it. Is there any reason it needs to be there?
P Paul B XenForo moderator Staff member Apr 23, 2020 #4 The config file only requires the user and password for the database XF is associated with. Upvote 0 Downvote
Anomandaris Well-known member Apr 23, 2020 #5 ah, didn't see the "root" part nevermind the config.php part Upvote 0 Downvote