Home >Database >Mysql Tutorial >What does mysqld mean?

What does mysqld mean?

藏色散人
藏色散人Original
2019-05-20 13:52:0727901browse

MySQL is a relational database management system developed by the Swedish MySQL AB company and is currently a product of Oracle. MySQL is one of the most popular relational database management systems. In terms of WEB applications, MySQL is the best RDBMS (Relational Database Management System) application software.

What does mysqld mean?

What does mysqld mean?

mysqld is the daemon process of mysql. You must use it before using mysql every time. mysqld.exe is a computer process and a program related to the MySQL database server.

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.

Related learning recommendations: java basics

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