Java Database Connection: JDBC and MySQL

Java Database Connection: JDBC and MySQL

Learn how to connect to a MySQL database with Java JDBC

What You Learn

Connect to a MySQL Database with Java

Submit SQL statements to insert, update and delete data

Handle SQL parameters with Prepared Statements

Calls stored procedures and handle various parameter types (IN, INOUT etc..)

Read and write BLOB and CLOB data files

Configure your database connection information with properties files

Leave a Comment