JDBC-idea import mysql to connect java jar package (mac)

JDBC-idea import mysql to connect java jar package (mac)

Preface

1. This article uses MySQL 8.0 version

Compared with version 5.0: the package import method is the same, but the registration driver method in the following code is different

1. The idea menus and icons of Mac and PC are not exactly the same, but the steps are similar

Download the corresponding version of the jar package

mysql 8.0 jar package download

Click the link above to download the jar package from the official website

After downloading, unzip it to get the jar package of this version

Put the jar package into a separate folder locally

I put this jar package into the myJAR folder and then import this folder directly into idea.

The advantage of this is that when you use other jar packages in the future, you can just put them in this folder without having to import them one by one.

Import the folder where the jar package is located into idea and open Project Structure

Import the jar package folder as Libraries

Create a new Module and "bind" the jar package in Modules



This is the end of this article about JDBC-idea importing mysql to connect to java jar package (mac). For more related idea importing mysql to connect to java jar package content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to connect to database in IDEA
  • Detailed explanation of how to connect to MySQL database using Java in IntelliJ IDEA
  • Five ways to use JDBC to connect to the database in Java (IDEA version)
  • Detailed steps to use IDEA to configure Tomcat and connect to MySQL database (JDBC)
  • Java-based MAC system IDEA connects to MYSQL database JDBC process

<<:  Analysis of the principles and usage of Docker container data volumes

>>:  Let's talk about the two functions of try catch in Javascript

Recommend

Method of iframe adaptation in web responsive layout

Problem <br />In responsive layout, we shou...

Docker swarm simple tutorial

swarm three virtual machines 132,133,134 1. Initi...

Teach you how to implement Vue3 Reactivity

Table of contents Preface start A little thought ...

Add a floating prompt for the header icon in the ElementUI table

This article mainly introduces how to add floatin...

Detailed explanation of Jquery datagrid query

Table of contents Add code to the Tree item; 1. S...

404 error occurs when accessing the homepage of tomcat started in Docker mode

Scenario: When starting tomcat in docker (version...

mysql method to view the currently used configuration file my.cnf (recommended)

my.cnf is the configuration file loaded when MySQ...

Pure CSS to modify the browser scrollbar style example

Use CSS to modify the browser scroll bar style ::...

Example code for implementing page floating box based on JS

When the scroll bar is pulled down, the floating ...

How to implement MySQL bidirectional backup

MySQL bidirectional backup is also called master-...

vite2.x implements on-demand loading of ant-design-vue@next components

1. Use version vite:2.0 ant-design-vue: 2.0.0-rc....

The most complete 50 Mysql database query exercises

This database query statement is one of 50 databa...