Home > Database > Mysql Tutorial > body text

what is mysql-server

青灯夜游
Release: 2020-09-18 13:59:07
Original
13581 people have browsed it

what is mysql-server

What is mysql-server?

mysql-server represents the server, which is the server; it is the mysql core program that generates management database instances, database instance task scheduling threads, etc., and provides related interfaces for different clients to call.

mysql-server is used to persist data and provide a query interface (SQL) for it; it can host multiple databases and process queries on these databases.

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. SQL statements can be translated into operations on memory and files. In other words, the server directly operates files.

Example:

mysql-server is similar to a general application installed by QQ Company on their own company's server.

Related learning recommendations: mysql tutorial(video)

The above is the detailed content of what is mysql-server. 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 [email protected]
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!