phpMyAdmin is a tool to manage MySQL databases. You want to check the user name and password with the database, not phpMyAdmin.
There are several options to connect to a remote MySQL database. You can use the PHP based solution or RDC. Or you can use one of the jdbc based libraries.
Search the forum for MySQL or remote database.