easy-wi / developer

Gameserver, Voiceserver Webinterface
https://easy-wi.com
GNU General Public License v3.0
221 stars 83 forks source link

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

Closed WolfzzzYT closed 1 year ago

WolfzzzYT commented 2 years ago

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

ripkens commented 2 years ago

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.

AEon-Jan commented 1 year ago

Please check Discord if you need more help!