@comtech wrote:
FreePBX/Asterisk 14
I had an issue with MySQL and the freepbxuser pw being out of sync (they weren’t, updating the pw to match the freepbx.conf file yielded 0 changes).
Long story short, I ran the following two commands (which made about 54 changes):
update freepbx_settings SET value = ‘’ WHERE value = ‘[Old Password]’;
update freepbx_settings SET value = ‘[Old Password]’ WHERE value = ‘’;This restored database connectivity, and got everything back up and running. No problems yet, but I have a concerning message on the Dashboard:
The name of the script on the error is the password I ran through the update command. I think when I ran the command I overwrote something I shouldn’t have, but am not sure where to look to fix this? Any ideas what script name I overwrote? Where are the “freepbx_settings” in the MySQL dB?
Thanks in advance for any guidance.
Posts: 4
Participants: 2