Home  >  Article  >  Database  >  How to check mysql installation path

How to check mysql installation path

little bottle
little bottleOriginal
2019-05-31 17:32:516705browse

Sometimes there are too many things installed on my computer or it has been a long time, and I forget which directory I installed some software to, such as mysql. I looked for it in the EDF disk and couldn't find it, so I used the following The method was found quickly. Let’s take a look.

How to check mysql installation path

Use environment: windows system

Method:

Enter cmd, run the command prompt as administrator, connect to mysql,

Command line input: show variables like "%char%";

How to check mysql installation path

Recommended tutorial: MySQL video tutorial

The above is the detailed content of How to check mysql installation path. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn