![]() To add an environment Variable to your path for Windows you need to RIGHT CLICK on My Computer and click on PROPERTIES
Now you will see the following
Now click on the ADVANCED tab
Next click on the ENVIRONMENT VARIABLES button
Now scroll down in the bottom window and select PATH and then click on Edit Place the cursor in the Variable Value window and press the END button to go to the END of the line Then for WAMP type ;c:\wamp\mysql\bin
or for XAMPP ;c:\xampp\mysql\bin
Be sure to PREFIX your statment with a SEMICOLON " ; "
|