I have a crisis on my hands. I was using phpMyAdmin and then, I added an account with the credentials (let's say):
- host: (any),
- username: root
- password: example123
- permissions: all
Then, I accidentally created another user:
- host: localhost,
- username: root
- password: example123
- permissions: none
Also, I accidentally deleted all the other accounts so those are the only accounts that can login. Whenever I login, I go into the no permissions account because I can't do anything.
More information: I am running this server on a Raspberry Pi through an ethernet cable.
Please help me! I will be grateful for any answers and I am in the middle of a project so I need help soon. Thank you so much!