What is mysql-server?
mysql-server is the server. mysql-server is the core program of mysql, which generates management database instances, database instance task scheduling threads, etc., and provides related interfaces for different clients to call.
Server is an integration of DBMS that is oriented to the physical level and includes a series of mechanisms and processing methods for storing data.
Example:
mysql-server is similar to a general application installed by QQ Company on their own company's server.
The above is the detailed content of What is mysql-server?. For more information, please follow other related articles on the PHP Chinese website!