Essentialmode and es_extended database

Hey, I have 2 databases linked to 2 different users. One being essentialmode and the other being es_extended. I wanted to know if it was possible for my fivem server to run 2 databases at once or if it could only run a single database. When I attempt to add 2 MySQL connection strings it doesn’t want to connect to any database.
This is what I currently have in my server.cfg:
set mysql_connection_string “user=es_extended;database=es_extended;password=apassword”

You can’t use two databases at the same time but you could try merging them.
Make sure they are compatible each other first, otherwise merge them manually.

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