How can we display a list of all the databases in MYSQL using Servlets / JSP / JAVA ?

Regards,
Bharat Shivram

DatabaseMetaData interface.

Connection cn=....
DatabaseMetaData mdt=cn.getMetaData();
...
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.