News

Get up to speed on MySQL basics with this step-by-step tutorial on how to create a database, add a table, and input data into the table.
Creating databases and users You can run SELECT queries directly within the MySQL console, like this one, where we look at the contents of the USER table.
This TOTD ( T ip O f T he D ay) shows how to create a Persistence Unit (PU) for a MySQL database using NetBeans IDE. This PU can then be used in any of Java EE artifacts (JSP, Servlet, EJB ...