Home > Database > Mysql Tutorial > what are mysql connectors

what are mysql connectors

藏色散人
Release: 2020-07-01 09:03:46
Original
3868 people have browsed it

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!

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 admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template