Soatl
Soatl

Reputation: 10592

Intellij Idea: Turn off asking for master password when accessing DB

Intellij keeps asking me for the master password every time I try to update, alter, or work with a database using it. I find this very annoying. Can it be turned off?

Upvotes: 1

Views: 817

Answers (1)

m4rcelo
m4rcelo

Reputation: 36

Open the Database tool window (View > Tool Windows > Database). Then open the Data Sources and Drivers window by right-clicking on the name of the database and selecting the Properties option. Uncheck the Auto sync box in the General tab.

Upvotes: 2

Related Questions