However, at min 04:00 he is using a commercial software called TablePlus to create a new MYSQL Connection. I have "mysql" installed, but I don't know how to setup a connection with docker.
Until now, I used Laravel Homestead and PHPMyAdmin to manage my tables.
Does anyone know how to setup a MySql Connection in Ubuntu without using TablePlus?
@bugsysha I would like to connect to the MySQL app that I have just booted with docker. So that I can create databases etc. Either by terminal, or through PhpMyAdmin
@mkshingrakhiya Okay that would be what I have to put in my .env file, right? But how can I connect to MySql that booted from docker? Either by terminal, or through PhpMyAdmin