Home > Database > Mysql Tutorial > body text

What is mysqld?

青灯夜游
Release: 2019-05-23 18:55:02
Original
9684 people have browsed it

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
Copy after login

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!