Connect ECONNREFUSED 127.0.0.1:3306

Hello,I have recently transform from localhosting to server hosting fivem server ,I chosen existing server data on Deployment Type because i have server.cfg ready and every script uploaded to server hosting platform. But i dont see(maybe eyes blind) any option to enter SQL database endpoints, username and password something like that. Is there any chances i can edit the database stuff? I have already set mysql_connection_string in server.cfg BTW

You can change the credentials in the mysql_connection_string:

set mysql_connection_string "mysql://USERNAME:PASSWORD@IP:PORT/DATABASENAME"

USERNAME and PASSWORD are self-explanatory
IP: if you host the Database on the same server as the FiveM Server should be “localhost”, if not then the ip to the database server
PORT: Normally it’s 3306
DATABASENAME: the name of your created database (eg.: “fivem”)