Idea PhpStorm - Database - No databases and tables, all is empty

 Sometimes, when you add new project (site) and configure Database connection, the panel with tables is empty. Even if connection is green and all is OK. 

To fix this problem, you just need to add necessary schemes in Database configuration.

  1. Go to "Data Source Properties" window.


  2. In opened window choose Schemas tab and select "All schemas" checkbox, or another one what you need.
So, after saving changes, you see all tables in Database panel.

Comments

Popular posts from this blog

Symfony - Twig - How to check on instanceof class object

Symfony - Doctrine - How to change old attributes in entity to new PHP 8 attributes

Symfony - Doctrine - How to save SQL query to Session