Reputation: 15040
I have added connection to localhost MySQL/MariaDB database in IntelliJ IDEA 14.1.5.
However the Database view tab is showing only one of my databases. How do I get IntelliJ to show the other databases as well?
Upvotes: 6
Views: 6273
Reputation: 15413
In order to show all databases of the connection:
number
near the connection name (localhost
in this example).All schemas
.Upvotes: 3
Reputation: 15040
Right-click on connection -> Properties -> Schemas and Tables tab -> select all the checkboxes in available databases tab -> click OK
Upvotes: 8