Access denied for user to database "essentialmode"
Alot of customers have an issue when they try to import an SQL file, that they get this error: Access denied for user to database "essentialmode".
This error is easy to fix:
Open your SQL file with a text editor like notepad.
Search for: USE essentialmode;
Delete this string an try to import again.
Error should be gone now!
This error is easy to fix:
Open your SQL file with a text editor like notepad.
Search for: USE essentialmode;
Delete this string an try to import again.
Error should be gone now!
Updated on: 29/06/2020
Thank you!