How can i change the database name for essentialmode

i have my server hosted on a hosting service, i use pterodactyl panel, that allows me to create a database but with a prefix like sf233 and then the name of the database so i cant name it essentialmode only so the database doesn’t work, is there a way to change the default name of the database, i mean into the scripts to get it to the name of the database or if not, are there any other solutions?

it doesent need to be called essentialmode,in server.cfg if you added set mysql_connection_string “server=localhost;database=HERE YOU WRITE IN YOUR CASE sf233 Or whatever you named database;userid=root;”
so for you it should be if you called yourdatabase sf233 = set mysql_connection_string “server=localhost;database=sf233;userid=root;”

Keep in mind i might be wrong : D

1 Like

it doesn’t work, but i recorded a video of my settings (i tried both with localhost and then the ip of the database)

can someone help me?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.