I have PHPMyAdmin and have had mixed success setting up users for tables. Sometimes they connect without any problems and other times I can't get the user to connect properly.
Say I have the following info:
User: test_user
Database: test_database
Host: localhost
Can someone tell me how to properly set up a MySQL user?
Thanks