filmov
tv
How to set environment variable for MySQL in windows 10 | MySQL setting up the Environment Variable
Показать описание
Adding MySQL to PATH Environment Variable in Windows
1. Hit Win+Pause/Break. This will open System Properties Window.
2. Click on Advanced system settings.
3. At the bottom of the newly opened window click on Environment Variables.
4. In the new window Select Path environment variable and click Edit.
Now start the Command Prompt and enter the following command:
mysql --version
mysql Ver 14.14 Distrib 5.7.20, for Win64 (x86_64)
1. Hit Win+Pause/Break. This will open System Properties Window.
2. Click on Advanced system settings.
3. At the bottom of the newly opened window click on Environment Variables.
4. In the new window Select Path environment variable and click Edit.
Now start the Command Prompt and enter the following command:
mysql --version
mysql Ver 14.14 Distrib 5.7.20, for Win64 (x86_64)
Комментарии