[Project Data Sources] MySQL - Current schema (auto detect ?) + Docker + config.yml (Symfony)

Hi, I've recently discovered that we can attach PS to a database (Which is nice !) BUT, I have multiple schemas on my DB and I switch many times between them.
So, I see that we can choose 'Current schema', in the properties window of Database config. My question is the next :


What or who define which schema is currently used ?

 

I'm working with docker and my project is on Symfony (Doctrine for the DB then) and I'm using the file parameters.yml to set manually which schema I'm working with.


If anybody can answer my question, thank you!

Florian.

0

Currect schema is being updated accordingly to select database(), or to the DB connections string.

You can get further details in this thread: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000789250-Current-schema-is-not-being-updated

Unfortunately, there's no way to switch the current schema on any custom basis.

0

请先登录再写评论。