Pulling my hair out trying to get a user to work in mysql, it's a pain. I normally use root for everything and trying to get away from that.. but now I remember why I originally said F it... I want to make a user that can access the DB from a certain host (or multiple hosts), but also be able to login locally through phpmyadmin which I can use to properly test access. I can't seem to get it to work. The user can connect remotely but yet cannot login through phpmyadmin, even if I use a %. I googled and supposedly localhost does not count as the wild card? So how do I give a user access to multiple hosts including localhost?
Also noticed in phpmyadmin every time I go to edit the user it just creates a new user with same name? That's kind of messed up. Why is it doing that? There's an option to delete the old user, but I'm not trying to create a new user I just want to edit a user.
Also noticed in phpmyadmin every time I go to edit the user it just creates a new user with same name? That's kind of messed up. Why is it doing that? There's an option to delete the old user, but I'm not trying to create a new user I just want to edit a user.