Q355
Which script initializes the data directory during installation?
A.
mysql_install_db
AnswerB.
mysql_install_dbm
C.
mysql_init_db
D.
mysql_init_dbm
Answer: Option A
Solution
Answer: Option A
Solution:
This question asks about the script used to set up the initial data directory when you install MySQL.
Think of it like setting up your first folder on a new computer. This script makes the basic folders and files needed for MySQL to store information.
Out of the options, mysql_install_db is the correct script. It's the one that specifically handles setting up the data directory.
The other options are not related to this initial setup.
So the answer is Option A: mysql_install_db.