Hello Everyone,
I’m facing a problem with my local database on docker. It is connecting via server connect, the app is running with all the database operations working, but I can’t see my database on database manager.
Please watch this video:
Why is this happening?
You need to setup a direct connection to see your database and its tables
Thank you @Teodor , but still not connecting!
Same with db_user … I can connect normally with MySQL Workbench.
Checked my Docker mySQL configs and Change host “db” to “localhost” and to port 9906 and is working now! Thanks!