When installing mysql and memcached, why is there only a server side and a client side

for example:
both software can be divided into client and server. Is it impossible to install only the server when deploying the server? Why do I have to install a client?

Apr.25,2021

is mainly because mysql has its own communication protocol, and if the development environment needs debugging, it must be necessary
. Of course, if you ask if there is no special cs side that can be accessed, I can tell you that there is couchdb you can take a look at the http/json interface, and the browser can access


of course you can install only one server. The client is just convenient for you to debug on the command line

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35449-2bf72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35449-2bf72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?