I cleaned up the MAC memory and deleted the cache and logs folders in the repository by mistake, when I restarted neo4j, I lost the previous process when I opened the browser, the server connect screen was displayed, and after I entered my username and password, I got an error.How to fix it???
- Try resetting your Neo4j password by running the following command in your terminal:
neo4j-admin set-initial-password new-password
Replace "new-password" with a new password of your choice. This will set a new initial password for your Neo4j instance.
- If resetting your password does not work, try uninstalling and reinstalling Neo4j. Be sure to back up any important data or files before doing this.
Let us know if this helps.