Connection refused SQL: select * from information_schema.tables where table_schema = firstdb and table_name = migrations and table_type = 'BASE TABLE

PHOTO EMBED

Fri Feb 10 2023 21:54:04 GMT+0000 (Coordinated Universal Time)

Saved by @eneki #docker #laravel_sail

// The mysql container is reading from the wrong DB port.

// While 127.0.0.1 might work in the DB client, Docker might have trouble with this. 

// Change the DB_HOST value to your local network's IP as returned by the ifconfig command
content_copyCOPY