Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Database view missing from IntelliJ

I can`t see the "database" view in "View -> Tool windows" in Intellij 12.

Anyone experienced the same problem? How do I get it back?

like image 643
jorgen.ringen Avatar asked Aug 11 '13 16:08

jorgen.ringen


People also ask

How do I enable Database options in IntelliJ?

On the Data Sources tab, select a data source that you want to modify. On the Options tab, select Single database mode. Click Apply.

How do I enable Database options in IntelliJ Community Edition?

Intellij community edition doesn't come with a database browser, but we can install Database Navigator plugin. Open Setting dialogs and search for plugin: Select MarketPlace tab and type database: In the right panel (which shows Database Navigator) click on install and then click on restart IDE.

How add JDBC jar to IntelliJ?

Locate the JDBC driver jar file and press Open. To do this in Intellij, right click on Project folder -> Open module settings, this should open a new window. Go to libraries under Project settings and click on add to locate and add the JDBC jar files to the project.


2 Answers

This can be a repeat of deep's answer. But will help newbies who aren't familiar with Intellij jargon's.

Ctrl+Alt+s will take you to settings. From Settings go to plugins.

Add Database Navigator from the repository if it is not enabled.

enter image description here

After this go to View-> Tool Windows -> Database navigator

enter image description here

like image 69
ratish Avatar answered Sep 27 '22 19:09

ratish


As of intellij version 2017.1, search for the plugin "Database navigator" in Settings -> Plugins. Then you can open the db browser from View -> Tool Windows -> DB Browser.

like image 43
deep Avatar answered Sep 27 '22 18:09

deep