The problem is I can create a database from the command line without manually creating it using tools like datagrip or MySQL workbench. I can see the database and tables in that database from the command line but if I go to datagrip I don’t see the database at all.
I had the same problem and I surfed the web for quite a lot to find a solution, but I couldn’t. I ended up using a VS Code extension called SQLTools .
You can use it to view the tables, and manipulate the data with raw SQL queries.
1 Like