Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 767 Bytes

File metadata and controls

25 lines (17 loc) · 767 Bytes

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.