Reputation: 126
I am having quite some trouble wrapping my head around this problem. My WebStorm IDE is not recognizing any tables of my database. I have tried setting SQL Dialects
and SQL Resolution Scopes
in Settings but it also doesn't work. Any ideas?
Upvotes: 1
Views: 53
Reputation: 126
Ummm... Solved it actually ... changed the database connection type from MySQL
to MariaDB
. Also, change the SQL Dialects
and SQL Resolution Scope
from MySQL
to MariaDB
.
Upvotes: 2