fa8d
OK this is weird but I just figured this out. I am writing the solution for the record.
The reason it did not send a recovery password to my email is that my default email is set to you@example.com
. To fix this, we need the original admin database account. You go to the logs, and type the name of the website/server you want to search and then go to the first record
The default password for MariaDB user {} is []
And use these credentials to log in to the MariaDB. When you do, go to "wp_users" table and edit the email.
Of course, you should know what you are doing here.