Showing entries 1 to 1
Displaying posts with tag: Communication protocols in MySQL (reset)
Communication protocols in MySQL

Generally, MySQL supports connections between clients and the server using several networking protocols. Below are the main protocols which are used by client to connect with MySQL server. TCP/IP Unix socket file Named pipe Shared memory TCP/IP connections are supported by any MySQL server unless the server is started with the –skip-networking option. These connections … Continue Reading

[Read more]
Showing entries 1 to 1