Skip to content

MongoExpUser/MySQL-Database-JDBC-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL-Database-JDBC-Client

Purpose

  • Create connection and run queries against MySQL Database with MySQL Connector/J, the official JDBC driver for MySQL.

Content

  • The java class file contains:
    a) Methods for creating connection.
    b) A method for running an array of queries.
    c) A method for reading SQL queries from file.
    c) Line separators methods.
    c) A test method.

Version

  • Java: Java-17-openjdk
  • MySQL: 8.0.33
  • Connector/J: 8.0.33

License

Copyright © 2023. MongoExpUser

Licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages