Home > Database > Mysql Tutorial > body text

What does mysqld mean?

藏色散人
Release: 2020-09-19 13:54:31
Original
27858 people have browsed it

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
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.

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!

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