Fundamentals of the ten-year OPS series-MySQL
Zeng Lin
Contact: [Email protected]
Website: www.jplatformx.com
Copyright: Please do not reprint the article without permission
First, Introduction
Pay special attention to the differences between MySQL and mysqld. MySQL is the client Connector for the MYSQLD database server process, and mysqld refers to the server. Can be a category with the web system we develop daily. MySQL is equivalent to a browser such as IE, and mysqld is the equivalent of a Web server such as (Apache).
MySQL AB is the company that spawned the MySQL database. Here are some of the types of programs or tools that the company provides for MySQL.
Ii. Procedures or tools
Above we have given a Web service analogy, so the following program or tool classification is based on this analogy to classify. This can be divided into three categories: client programs or tools, server-side programs or tools, and standalone programs or tools.
- Server-side programs and server startup scripts:
- The Mysqld:mysql server. Located under ${mysql}/bin. ${mysql} represents the installation directory for MySQL.
(002) MySQL Program, tools overview