Home>Article>Database> what are mysql connectors

what are mysql connectors

藏色散人
藏色散人 Original
2020-07-01 09:03:46 3784browse

mysql connectors refers to the interaction with SQL in different languages, and MySQL is composed of SQL interface, parser, optimizer, cache, and storage engine.

what are mysql connectors

Connectors refer to interaction with SQL in different languages.

MySQL is composed of SQL interface, parser, optimizer, cache, and storage engine.

Recommended: "mysql tutorial"

Related introduction:

Client and server-side model

MySQL is a typical C/S mode, single-process and multi-thread service structure. The client program that comes with MySQL is under /usr/local/mysql/bin, such as: mysql, mysqladmin, mysqldump, etc.; the server program is mysqld (that is, a daemon process, a binary program)

what are mysql connectors

The above is the detailed content of what are mysql connectors. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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