当前位置:网站首页>IDEA can't find the Database solution
IDEA can't find the Database solution
2022-07-31 13:15:00 【m0_67402731】
Step 1: Find View->Tool Windows
in idea

Then I found that there is no Database in my ideaOptions
Step 2: Find File->Settings

Step 3: Find plugins, then enter data in the marketplace, find database navigate, and click install (because I have already downloaded it, so there is no install)

Step 4: Find DB Browser on the left side of the idea (download it directly)

Step 5: Click the plus sign

Step 6: Select the database you need to use (I use mysql)

Step 7: Open the database to run (the database you need to add)

Here I use navicat to open the database
The navicat download link is at navicat download link, including installation and activation tutorial
navicat installation and activation tutorialFor some reason, I can't write a blog for you, but I can only teach you how to download and activate it through documentation
Step 8: Return to idea and add database specific information

The default is localhost, which is the local database, if you want to addIf it is a cloud database, you need to change the host content
name is optional here, user is root by default, and password is the database password, which is the same as the password for navicat to connect to the database
Step 9: Connect to the database

Before connecting, you can use test connection to test whether the database canConnect normally
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
随机推荐
Golang - gin - pprof - use and safety
[CPU Design Practice] Simple Pipeline CPU Design
C#中+=的用法
Centos7 install mysql5.7 steps (graphical version)
sqlalchemy 判断一个array 类型的字段是否和一个array有至少一个一致的数据
pytorch gpu版本安装最新
网络层重点协议——IP协议
golang八股文整理(持续搬运)
函数递归1.0
numpy矩阵和向量的保存与加载,以及使用保存的向量进行相似度计算
SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
golang-gin - graceful restart
最新完整代码:使用word2vec预训练模型进行增量训练(两种保存方式对应的两种加载方式)适用gensim各种版本
Anaconda安装labelImg图像标注软件
Verilog——基于FPGA的贪吃蛇游戏(VGA显示)
ASM module in SAP Ecommerce Cloud Spartacus UI and Accelerator UI
Spark学习:为Spark Sql添加自定义优化规则
LRU缓存[线性表 -> 链表 -> hash定位 -> 双向链表]
电商rpa是什么意思?跟电商rpi是一个意思吗?
C#Assembly的使用









