InterviewSolution
Saved Bookmarks
| 1. |
Can you explain the logical architecture of MySQL? |
|
Answer» The top layer contains the services most network-based client/server TOOLS or servers need such as connection handling, authentication, SECURITY, and so forth. The third layer contains the storage engines that are responsible for storing and retrieving the data stored in MySQL. |
|