Google News
logo
MySQL - Quiz(MCQ)
Which script initializes the data directory during installation?
A)
mysql_init_db
B)
mysql_install_db
C)
mysql_init_dbm
D)
mysql_install_dbm

Correct Answer :   mysql_install_db


Explanation : The data directory is initialized during the installation by ‘mysql_install_db’. If MySQL is installed on Linux from RPM packages then ‘mysql_install_db’ is run automatically.

Advertisement