Home  >  Article  >  Database  >  What is mysqld?

What is mysqld?

青灯夜游
青灯夜游Original
2019-05-20 14:55:569685browse

What is mysqld?

mysqld is a process of the computer and a related program of the MySQL database server; it is the daemon process of mysql and must be used before using mysql every time.

Specific usage:

c:\mysql>mysqld
c:\mysql>mysql -u root

Then you can perform table creation and other operations. It is a service program used to perform tasks submitted by the client program.

Method to delete mysqld:

End the process first, and then use the following command

find / -name mysqld
find / -name mysql

to delete all related files, and it should be fine.

The above is the detailed content of What is mysqld?. 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