Home » MYSQL » Mysql Setup » Question
  1. Which script initializes the data directory during installation?
    1. mysql_init_dbm
    2. mysql_init_db
    3. mysql_install_dbm
    4. mysql_install_db
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.