Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete SQL Consoles from Intellij IDEA Database plugin?

I use Intellij 2017.3 and the database plugin to connect to SQL Server. When I need to open a console there are many of them on the list. How can I delete them? Thanks in advance.

enter image description here

like image 555
Elvermg Avatar asked Feb 01 '18 12:02

Elvermg


People also ask

How do I delete a Database connection in IntelliJ?

Disconnect from a database in a specified periodOn the Data Sources tab, select a data source that you want to modify. On the Options tab, select the Auto-disconnect after N seconds checkbox, where N is a number of seconds after which IntelliJ IDEA terminates the connection.

How do I find Database options in IntelliJ?

In the Database tool window (View | Tool Windows | Database), you can work with databases and DDL data sources. You can view and modify data structures in your databases, and perform other associated tasks. To view a table, double-click the table.

Where does IntelliJ store Database passwords?

IntelliJ IDEA stores passwords in native keychains on macOS and Linux and in the KeePass storage on Windows. You can configure your IDE to store passwords in KeePass (File | Settings | Appearance & Behavior | System Settings | Passwords).

How do I open SQL editor in IntelliJ?

Open the Project tool window (View | Tool Windows | Project) and double-click an SQL file.


1 Answers

In Project Tool Window select Scratches view: enter image description here

Since 2018.1 version scratches are located under External Libraries: enter image description here where you can navigate to the corresponding SQL Server data source consoles where you can view and delete not needed console files: enter image description here

For convenience 2018.1.2 version will have the dedicated action Jump to Consoles Files. It will lead to consoles folder in Project view | Scratches and Consoles | Database Consoles | <folder> enter image description here

like image 82
Andrey Avatar answered Sep 19 '22 10:09

Andrey