Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I am new in programming with java and I am not sure if I use MySQL Workbench or phpmyadmin for my project.

My project is for students, it has a UI and they can sign in for events at the university. And these information should be stored in the DB (name,event,eventnumber.. and so on).

I am not sure what the difference between this two is and which one would be the better
decision for my project.

Thank you all in advance.

What I have tried:

I am using phpmyadmin so far and programming in eclipse
Posted
Updated 6-May-18 22:37pm

MySQL Workbench and phpMyAdmin are database administration tools. They are not used for database access with a programming language.

With Java, use the Java Database Connectivity - Wikipedia[^]. See also the Trail: JDBC(TM) Database Access: Table of Contents (The Java™ Tutorials)[^]. For using MySQL perform a web research for something like "java jdbc mysql".
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900