Fresh install of local. After first run and rebooting computer. Local can no longer provision any sites due to a MySQL socket binding error. Seems to be permission-related.
For some reason it seems like local tries to place data in the appdata folder of another user of the OS (Ik Ad****rd). The user producing the above logs has username “localdeveloper”.
Hello, I had a similar problem, couldn’t start the site at all.
I know this is not the same problem as yours but might be worth a look.
I was digging through the local-lightning.log and found this error message always shows up:
ERROR] [MY-010262] [Server] Can't start server: Bind on TCP/IP port: Only one usage of each socket address (protocol/network address/port) is normally permitted.","process":"mysql","thread":"main","timestamp":"2025-03-19T07:31:57.949Z"}
For me the solution was to check the sites.json configuration file and check the port bindings.
You can find it in C:\Users\%USERNAME%\AppData\Roaming\Local\sites.json
Make sure no port binding is the same, otherwise you will get conflicts. Every port should be a different number, like in this example snippet: