[HELP] Cant Import In my sql , receiving this error

SQL query:

``

USE `essentialmode`

MySQL said:
#1044 - Access denied for user 'zap441658-1'@'%' to database 'essentialmode'

you dont have root access

so what should i do

I cant help much without knowing what you are using. Are you using ssh or sftp or something?

i am using zap hosting

That Zap DB is your DB, Dont use the EssentialMode DB that is the default in the Es and ESX scripts.

Make it USE zapblahblahblahblahblah

1 Like

so how can i do it

should i create new one

ugghh… sorry to say but dont use zap, it is overexpencive and outdated, as well as cancer to work with.

This doesn’t have much to do with Zap, just MySQL user managment… also the “overexpensive and outdated, as well c*ncer to work with” seems unnecessary

Just remove the

USE `essentialmode

Line so it will use the currently selected database

Open your sql file you try to import with an editor on your pc.
Then remove the “use essentialmode” line from your sql file and save it
Afterwards try to import the changed sql file :slight_smile:

Thanks You Everyone For your Efforts:grinning: