- Connecting to MySQL Using JDBC Driver
- Connection to MysQL Using JDBC Driver with Properties
- Connecting to MySQL via an Encrypted Connection using SSL
- Connecting to remote MySQL through SSH using Java
- SQL Data Type vs Java Type
- Get Column Information from ResultSet MetaData
- Reading MySQL Spatial Data Type
- Writing and Reading MySQL BLOB Data Type
- Writing and Reading MySQL Text Data Type
- Count Records
- JDBC Select Statement Example
- JDBC Update Statement Example
- JDBC Insert Statement Example
- JDBC Delete Statement Example
- executeQuery, executeUpdate and execute method
- Calling MySQL Stored Procedures from JDBC
- Committing and Rolling Back a Transaction
- Transaction Isolation Levels
- Show Current Active Transaction
- Exporting and importing data between MySQL and File(Json, Excel, CSV)
- HikariCP
- DBCP