How to configure environment variables in mysql? -mysql configuration environment variable tutorial guide

Time: 2022-11-01Source: Huajun Software TutorialAuthor: Shaobing

Friends, do you know how to configure environment variables in MySQL? Today I will explain the tutorial guide on configuring environment variables in MySQL. If you are interested, come and take a look with me. I hope it can help you.

1. Find the installation path of MySQL

2. Right-click this computer and select "Properties"

3. First click "Advanced System Settings", then click "Environment Variables"

4. Select "Path" in "System Variables" and click "Edit"

5. Click "New", add the MySQL installation path, and then click "OK"

6. Click "OK" directly

7. Verify that the environment variables are configured properly. Press the "window+R" keys to pop up the run box. Enter "cmd" to enter the window command line.

8. Enter "mysql -u root -p" and press Enter

9. Enter the password and press "Enter". If the following interface appears, the configuration has been successful.


The above is what the editor brings to youmysql configuration environment variablesTutorial strategyAll the content, I hope it can help everyone.

Related articles更多>>

Popular recommendations