"I'm unable to establish a JDBC connection"
JDBC means Java Database connectivity. so are u using Java classes to connect to the database MYSQL.
PhpMyAdmin is a database browser of MYSQL developed in PHP scripting language.
thus u use it to create tables and do manipulation of the database.
if u are using Java classes - Servel/JSP to connect to the database MYSQL u also need to install the MYSQL driver for Java Connectiviry
cheers
klyan