当前位置:网站首页>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
边栏推荐
- How IDEA runs web programs
- PartImageNet物体部件分割(Semantic Part Segmentation)数据集介绍
- Using SQL Server FOR XML and FOR JSON syntax on other RDBMSs with jOOQ
- SAP 电商云 Spartacus SSR Optimization Engine 几处 timeout 的执行顺序
- 立一个flag
- Adding data nodes and decommissioning data nodes in the cluster
- anaconda虚拟环境安装pytorch gpu版本
- 手撕Verilog PWM呼吸灯
- 函数的参数
- C#获得网卡信息 NetworkInterface IPInterfaceProperties
猜你喜欢
随机推荐
C#控件CheckBox的使用
sqlalchemy 判断一个array 类型的字段是否和一个array有至少一个一致的数据
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
networkx绘制度分布
ICML2022 | 面向自监督图表示学习的全粒度自语义传播
PyQt5快速开发与实战10.2 复利计算 && 10.3 刷新博客点击量
深圳某游戏研发公司每个工位都装监控,网友:堪比“坐牢”!
战略进攻能力的重要性,要远远高于战略防守能力
2022年最新重庆建筑安全员模拟题库及答案
EasyMock日记1[通俗易懂]
C#获得网卡信息 NetworkInterface IPInterfaceProperties
Centos7 install mysql5.7 steps (graphical version)
Selenium IDE for Selenium Automation Testing
关于我放弃考研这件事儿
最新完整代码:使用word2vec预训练模型进行增量训练(两种保存方式对应的两种加载方式)适用gensim各种版本
C#控件StatusStrip使用
NPM 使用介绍
查看Mysql数据库版本
C#控件 ToolStripProgressBar 用法
NameNode (NN) and SecondaryNameNode (2NN) working mechanism







