Bit of an odd one, I have 2 projects which are the same but different versions as one is quite old and another is newer but has much less features. Sail was running fine on the newer one however when installed on the 2nd both stopped being able to communicate with the MySQL DB on the Sail docker container. I can however connect to the MySQL DB using MySQL workbench and PHP running on the host machine so I'm not sure exactly where the conflict is, has anyone had this issue previously? I do not have MySQL Server installed on the host Laravel version: 10.45.1 Sail version: 1.28 Host Machine: enter image description here Sail: enter image description here
I have tried reinstalling Laravel sail docker images and sail MySQL restarting the host machine