paria
1
Hi there,
I put my solution here, you can follow it step by step.
- Go to Drive C
- Program files
- MySQL
- MySQL Server 8.0
- bin
- Copy the path
- Go to Start and search for: edit the system environment variables
- Click on “environment variables”
- In the “System variables” section, go to the PATH, then double click on “Path”
- Set the “MySQL” path with click on New, then paste the “MySQL” path which is the path that you copied in “Step 6”
- Click on all OK
Good luck
1 Like
Thanks Paria, it just worked for me.
1 Like
paria
4
That’s good. Happy coding
It is indeed the way. For it to work you HAVE to do it it exactly like that.
The python version seems to not be relevant here, I am using v3.11.
My 2 mistakes were to think that it’d work if:
- I just add a new path without modifying the path first
- or pasting the path to the end of the path
Both of these did not work for me.