Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
Here is the content of the log local-lightning
{“thread”:“main”,“class”:“Process”,“process”:“mysql”,“level”:“warn”,“message”:“2023-04-27T16:43:06.535903Z 0 [System] [MY-010116] [Server] %%resourcesPath%%\lightning-services\mysql-8.0.16+6\bin\win64\bin\mysqld.exe (mysqld 8.0.16) starting as process 13224”,“timestamp”:“2023-04-27T16:43:08.957Z”}
{“thread”:“main”,“class”:“Process”,“process”:“mysql”,“level”:“warn”,“message”:“2023-04-27T16:43:06.537565Z 0 [Warning] [MY-013243] [Server] --character-set-server: The character set UTF8MB3 is deprecated and will be removed in a future release. Please consider using UTF8MB4 instead.”,“timestamp”:“2023-04-27T16:43:08.958Z”}
{“thread”:“main”,“class”:“Process”,“process”:“mysql”,“level”:“warn”,“message”:“2023-04-27T16:43:08.955593Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.”,“timestamp”:“2023-04-27T16:43:08.958Z”}
{“thread”:“main”,“class”:“Process”,“process”:“mysql”,“level”:“warn”,“message”:“2023-04-27T16:43:08.957115Z 0 [ERROR] [MY-010262] [Server] Can’t start server: Bind on TCP/IP port: Une seule utilisation de chaque adresse de socket (protocole/adresse r seau/port) est habituellement autoris e.”,“timestamp”:“2023-04-27T16:43:08.959Z”}
The error happens when I try to access to wp admin. The page of log in is not displayed as the current loading of the page of log in runs endlessly. And I cannot stop the site with the local interface. I am obliged to stop local.
So I clone the site inaccessible and I can acces to the clone.
Do you have any idea how to fix (which file is causing problem). Why is the clone accessible?