What communication protocol does MySQL use?

二次信任 提交于 2019-12-05 08:44:13

问题


For example, when a web-browser connects to a web-server, it uses HTTP for a protocol at the application layer. But when a web-server connects to MySQL server, another database, what application layer protocol is used for the request and response? Or have I misunderstood something? Thank you!


回答1:


It's simply called "MySQL protocol".

Refer to https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_PROTOCOL.html



来源:https://stackoverflow.com/questions/22860875/what-communication-protocol-does-mysql-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!