InterviewSolution
Saved Bookmarks
| 1. |
What is the hub of a MySQL installation?(a) mysqla(b) mysqlb(c) mysqlc(d) mysqld |
|
Answer» Correct option is (d) mysqld The best I can explain: 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. |
|