PHPStorm / Intellij - export / import database settings

These two IDEs have an excellent database query engine, which I will describe. But I sometimes work on several machines. I know that I can export and import IDE parameters, but is there a way to export / import database parameters from one machine to another?

I looked and looked at the file structure, but found nothing. I think it should be encrypted somewhere. Thanks.

+6
source share
1 answer

As far as I understand, you are talking about a tool database window .

Such settings are saved in a pair of dataSources.ids/.xml . The location depends on how the data source was declared:

  • Project level - in the .idea subfolder next to other project settings
  • globally , in the config\options\ folder (for example, C:\Users\USERNAME\.WebIde60\config\options\ on Windows 7)
+9
source

All Articles