Introduction
MySQL requires administrative knowledge and function to manage the database. In this chapter, we will discuss how to manage the MySQL database server.
This chapter overviews the MySQL server and covers general server administration functions like server configuration, data dictionary, server logs, connection management, components, plug-ins, loadable functions, storage engines, and running multiple MySQL instances on one host.
The ...