Database not standard named

Hi there,

I currently have a server with a hosting company, and we have managed to get mods installed fine until it came time to install essentialmode. As we cannot change the name of the database, i am trying to do a workaround.

in server.cfg:

#Setting convar for essentialmode
set es_enableCustomData 1
set mysql_connection_string “server=93.189.5.184;database=fivem1507;userid=fivem1507;password=**********”
#set es_couchdb_url “127.0.0.1”
#set es_couchdb_port “5984”
#set es_couchdb_password “:”

#Starting database plugins
start mysql-async
start essentialmode
start esplugin_mysql
start es_admin2

#Starting custom resources
start banking
start police

When i inject the sql.sql i take out the create database name “essentialmode” stuff, and it seems to work ok.
However, when i join my server, for a split second i see $0 top right, but it disappears, even though in the database i have given myself $9999 etc.

Is there files in the mods that reference database name, would i have to through every mod that needs a databse and change the name?

Thank you in advance for any help.