Published Question
My login attempts fail for a new user account that I have created, and I have spent several hours learning how authentication is handled by MySQL, with no progress.
Everything is on the same server:
- MySQL 5.7
- phpM...
Accepted Answer:
Hello,
I think that you have a typo in your grant privileges query. I've tried your queries and it worked as normal, I just had to adjust the grant privileges query a little bit.
Here's what I did:
I created a databas...
2
•
•
By
CommunityUser1121
MySQL
LAMP Stack