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?
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!