Well, when I use a php script, and there's a config file that asks for the host, username, password, and database name, I get the connection fine and the script works fine, makes the table or whatever it needs to do. I put the same info into phpMyAdmin and it doesn't connect.
The host is 'localhost'--unless I'm missing something, whatever I input in the scripts should work with phpmyAdmin, right?