XF 2.1 MYSQL Password issues

FDudeH

New member
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?
 
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
 
Top Bottom