What issue or error are you experiencing?
The “Open AdminerEvo” button opens a browser window, but I get a ERR_CONNECTION_REFUSED notice: “localhost refused to connect.” The URL its trying to access is: http://localhost:10030/?username=root&db=local
The WordPress site works as expected, and I can access Mailpit on localhost without issue. Other projects (ex, React JS) work on localhost:3000 for example so I assume this is an issue specifically with AdminerEvo. The issue is the same in Chrome and Safari.
What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc
I starting an existing site and tried to open AdminerEvo and got the the “localhost refused to connect.” error.
I stopped the site, and created a new site using these settings: PHP 8.3.0, MySQL 8.0.16, and nginix, and had the same issue connecting to AdminerEvo. So it seems to be an issue with LocalWP and not any individual site.
I have not tried downgrading Local or using older versions of MySQL yet.
System Details
-
Local Version: Version 9.0.4+6699
-
Operating System (OS) and OS version: macOS 11.7.10, MacBook Pro (Retina, 13-inch, Mid 2014).
This is an old laptop that I never use for development, so its possible there’s something missing or out of date that AdminerEvo is looking for. The WordPress sites work fine though, so MySQL seems to work ok.
Local Logs
Attach your Local Logs here (Help Doc - Retrieving Local’s Log)
local-logs.zip (32.1 KB)
I’m seeing notices like this, which seem relevant:
{"class":"Process","level":"verbose","message":"Spawned","pid":2999,"process":"php-adminer","thread":"main","timestamp":"2024-06-30T01:10:36.157Z"}
{"class":"Process","code":null,"level":"verbose","message":"PID: 2999 closed with","process":"php-adminer","signal":"SIGABRT","thread":"main","timestamp":"2024-06-30T01:10:36.315Z"}
{"class":"Process","level":"verbose","message":"Spawned","pid":3001,"process":"php-adminer","thread":"main","timestamp":"2024-06-30T01:10:36.902Z"}
{"class":"Process","code":null,"level":"verbose","message":"PID: 3001 closed with","process":"php-adminer","signal":"SIGABRT","thread":"main","timestamp":"2024-06-30T01:10:37.279Z"}
{"class":"Process","level":"verbose","message":"Spawned","pid":3004,"process":"php-adminer","thread":"main","timestamp":"2024-06-30T01:10:37.782Z"}
{"class":"Process","code":null,"level":"verbose","message":"PID: 3004 closed with","process":"php-adminer","signal":"SIGABRT","thread":"main","timestamp":"2024-06-30T01:10:37.812Z"}
{"class":"Process","level":"verbose","message":"Spawned","pid":3006,"process":"php-adminer","thread":"main","timestamp":"2024-06-30T01:10:38.318Z"}
{"class":"Process","code":null,"level":"verbose","message":"PID: 3006 closed with","process":"php-adminer","signal":"SIGABRT","thread":"main","timestamp":"2024-06-30T01:10:38.361Z"}
I also found this forum topic ERR_CONNECTION_REFUSED while opening Adminer on Linux - #6 by ben.turner where there was an issue in Linux that might be similar, but was patched in 2022.
Security Reminder
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.