" Unkown database 'essentialmode' " while trying to add some scripts

Hello, I’m geting a very weird problem while adding “esx_drugs” “esx_identity” to my database.

Here it is what I’m doing (“esx_drugs”):

Open HeidiSQL > Run SQL file > I choose the file “esx_drugs.sql”

and I get this --> " Unkown database ‘essentialmode’ "

Here it is what I’m doing (“esx_identity”):

Open HeidiSQL > Run SQL file > I choose the file “esx_identity.sql”

and I get this --> " Unkown database ‘essentialmode’ "

I’m using XAMPP in order to have my database working.

How do I get it fixed?

Thank you

edit the sql file and change essentialmode by es_extended

The SQL file is trying to insert into a database called essentialmode and your database is called es_extended.

It was rly simple. Thank you

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