Access Denied Error ( MySql to VS Code connection )

 

Access Denied Error ( MySql to VS Code connection )


If access denied error occurs then what to do?

Step 1:- Open cmd run as administrative.

Step 2:- In cmd check the MySql version


Here it will show 'mysql' is not recognized as an internal or external command.
It means that you need to set the path of MySql bin folder to your Environmental Variables.
Step 3:- Now first you have to find the path of MySql bin folder for that:-
  1. Open Local Disk-C
  2. Go to Program files
  3. Go to MySql folder
  4. Go to bin folder

  5. Copy the path by pressing ctrl+c

Now,
How to save path for Environment Variable is shown in below video.


Now, again open cmd and follow the following steps in below video
























0 Comments