developer icon indicating copy to clipboard operation
developer copied to clipboard

Need help with Error: No SQL server running but required for Webpanel installation.

Open WolfzzzYT opened this issue 3 years ago • 1 comments

Hey, quick question: I have just tried to install the Easy-wi web interface using the installer script, but just got the error message "Error: No SQL server running but required for Webpanel installation." receive. I've tried both MySQL and Mariadb, but both produced the same error. Could someone help me with this? Thank you in advance ;D Ps I use VPS Ubuntu 20.04 LTS 64bit

WolfzzzYT avatar Oct 31 '21 12:10 WolfzzzYT

Check where MySQL ist listening

netstat -l --numeric-ports | grep 3306

If it is listening on localhost, use localhost or 127.0.0.1 for the connection. If it only listens on the external IP, use the external ip or change MySQL config. If it is not listening, it is not installed or not running.

ripkens avatar Oct 31 '21 15:10 ripkens

Please check Discord if you need more help!

AEon-Jan avatar Jan 10 '23 13:01 AEon-Jan