Question, so I have some addons here that are sql files. Some say import to essentialmode and other say import to es_extended? do I just change it to be in on or the other or make seperate ones?
I’m kinda confused… so some db imports say es_extended and some say essentialmode. Do I need to change it
USE es_extended;
to
USE essentialmode;
OR
Does it matter as long as it’s all there.
If you use latest es_extended, you shouldn’t run essential mode scripts because they’re not compatible with the latest ESX anymore. By the way, about the sql you all import them to 1 database and that will be your main server database.
It’s the name of the database which MySQL will use, so if your current database is still called essentialmode you should change them to that one (or just remove that line)