Hi,
anyone can help me on how to connect PHPMyAdmin with java?

Recommended Answers

All 2 Replies

phpmyadmin is just a DB client; it is not needed to access the DB. If you want to write Java code to access the DB then JDBC is the way to go. If you're unfamiliar with JDBC, there's a tutorial on java.sun.com.

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.