#need help
39 messages · Page 1 of 1 (latest)
hy
!moreinfo please could you provide some more info so we can provide the right solution?
Due to the nature of servers, this can happen due to dozens of reasons. When asking for assistance in Discord, it's best to provide as many details as possible—providing information such as what is running on your server, errors in the console, logs, any recent changes, etc.
If you are not familiar with any of that, it's then best to create a support ticket. Once you create a support ticket, our staff will be able to take a look at your server and see what's going on. You can create a support ticket at any time at https://bisecthosting.com/support
yea so its four nats framework its saying it can not get a connectshon from the database
Unable to establish a connection to the database (ECONNREFUSED)!
14:50:40 [ script:oxmysql] Error -111: connect ECONNREFUSED 127.0.0.1:3306
!support ⬇️
Need help? 👀 You can open a chat anytime right here: https://www.bisecthosting.com/clients/submitticket.php
We'll be happy to assist you! 🥰
Staff will be better equipped to handle this. Especially since the error message includes your database connection info, including password.
am i tripping or are you trying to connect with your local host
No thats the server ip
127.0.0.1 is a localhost ip-
youre not conencting to the server
so thats why it gives the error
😭
find the actual ip for the server and conenct to that instead with the correct port
The error being shown is that the Database info isnt set right
-> Check the Database details via the Cog wheel icon on your Databases tab in your panel, copy these details down
-> Using this info, go to your server.cfg and ensure it matches
set mysql_connection_string "mysql://DatabaseUsername:DatabasePassword@DatabaseHost:DatabasePort/DatabaseName"
^ If using txAdmin, this would be under txData/<Framework Name>/server.cfg
Doesnt use the Server IP or localhost 😉
yeah that needs to match whats in your Database tab
replace DatabaseUsername with the USername in the database info, databasePassword with the password, etc
- Click this
- click that next to the DB youre using
Dont send the SS of what shows here
thats login details
copy what shows into that config line
aww sorry
Copy the info that shows there, and fill in the server.cfg line
save > restart; should connect to the Database fine
i did it thank u so much four your help sir
no problemo 🙂
🫡
the server stuck on this guys
Some servers (though not Bisect) do use localhost for the DB.
It's the server's localhost.