InterviewSolution
Saved Bookmarks
| 1. |
The hub of a MySQL installation is ______________(a) mysqla(b) mysqlb(c) mysqlc(d) mysqld |
|
Answer» Right choice is (d) mysqld Explanation: The server, mysqld, is the hub of a MySQL installation; it performs all manipulation of databases and tables. On Unix, several related scripts are available to assist in server startup. |
|