Miscellaneous-excerpt from various IT tips and excerpt from it tips

Source: Internet
Author: User

Miscellaneous-excerpt from various IT tips and excerpt from it tips

A. How to Set environment variables? /* Add the mysql running path (C: \ wamp \ bin \ mysql \ mysql5.5.20 \ bin) as an example */

Method 1: [temporary, only effective in the current cmd window]

Open the cmd command interface and enter set csc = % path %; C: \ wamp \ bin \ mysql \ mysql5.5.20 \ bin

Method 2: [restart the cmd window to take effect]

My computer> Properties> advanced> environment variables> system variables> Path

Refer to the following settings:

Path Original Value: % SystemRoot % \ system32; % SystemRoot % \ System32 \ Wbem; % SYSTEMROOT % \ System32 \ WindowsPowerShell \ v1.0 \; C: \ Program Files (x86) \ ATI Technologies \ ATI. ACE \ Core-Static;

Modified value: % SystemRoot % \ system32; % 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: In the cmd window, you can run the echo % path % command to view environment variables.

Related Article

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.