Howard Miller tarafından yapılan gönderiler

Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
This sounds like a cache problem, so my first thought would NOT be to connect it to the database. What has lead you to believe that this error is related to your database configuration?

It sounds like you have misconfigured your Moodle cache, somehow.
Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
Nope.

However, we're not done yet. Where is your Moodle site hosted for a start?

I cannot overemphasise - do not try to resolve issues with connections to external sites/servers using Moodle itself. It's not what it's for - it doesn't have the diagnostic capabilities. Use a dedicated mail client or debug the protocol directly using (e.g.) telnet. It's not as bad as it sounds.
Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
This ^^^

Or, if you're really keen/desperate try this https://learn.microsoft.com/en-us/exchange/mail-flow/test-smtp-telnet?view=exchserver-2019

The point is that if you have the correct parameters, you're not firewalled and the mail server is configured properly then it will work as Moodle fully supports the SMTP protocol. One of those things is wrong and it's usually easier to troubleshoot it outside of Moodle. It's very common for hosting companies and ISPs to block SMTP to a greater or lesser extent to prevent SPAM.

Yes, it's frustrating. Been there many times. I sympathise.