In Linux, view the mysql installation path _ MySQL

Source: Internet
Author: User
View mysql installation path in Linux 1. view the file installation path

Since there are more than one place for software installation, let's first check all the paths (addresses) for file installation ).

Mysql is used as an example. For example, if I have installed mysql, but I don't know where the files are installed and in which folders, you can run the following command to view all the file paths entered on the terminal:

Whereis mysql

Press Enter. if you have installed mysql, the file installation address will be displayed, for example, my display (the installation address may be different)

[Root @ localhost ~] # Whereis mysqlmysql:/usr/bin/mysql/usr/lib/mysql/usr/share/man/man1/mysql.1.gz

2. query the path of the running file (folder address)

If you only need to query the address of the file running file, you can directly use the following command (or take mysql as an example ):

Which mysql

Terminal display:

[Root @ localhost ~] # Which mysql/usr/bin/mysql

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.