Miscellaneous _ Various It tips excerpts

Source: Internet
Author: User

A. How do I set environment variables? /*win system to add MySQL run path (C:\wamp\bin\mysql\mysql5.5.20\bin) variable as an example */

Method One: "Temporary, only valid in the current CMD window"

Open cmd Command interface, enter set csc=%path%; C:\wamp\bin\mysql\mysql5.5.20\bin

Method Two: "Restart CMD window in effect"

My Computer >> Properties >> Advanced >> Environment Variables >> system variable >>path

Refer to the following settings:

Path Original value:%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\ V1.0\; C:\Program Files (x86) \ati Technologies\ati. ace\core-static;

Modified value:%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\ V1.0\; C:\Program Files (x86) \ati Technologies\ati. ace\core-static; C:\wamp\bin\mysql\mysql5.5.20\bin;

PS: Under the cmd window, you can use the echo%path% command to view environment variables

Miscellaneous _ Various It tips excerpts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.