Database view missing from IntelliJ

intellij-idea

Solution

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.

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

Problem

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?

Original source