You plan to install MySQL Server by using the RPM download.
Which two statements are true? (Choose two.)
You plan to install MySQL Server by using the RPM download.
Which two statements are true? (Choose two.)
When installing MySQL Server using the RPM download, you must manually initialize the data directory after the installation is complete. Additionally, the functionality of MySQL is split among several RPM package files, including separate packages for the server, client, and libraries. This modular approach allows for more flexible installation and updates.
agree E & F
Explanation: A. You cannot provide the root password interactively during the installation of the MySQL RPM package. Instead, you can set the root password after the installation is complete by using the mysql_secure_installation command. B. After you install the MySQL RPM package, you must manually initialize the data directory by running the mysqld --initialize command. C. The MySQL RPM package installation does not support deploying multiple MySQL versions on the same host. D. MySQL does not use the RPM relocatable installation target feature. E. The functionality of MySQL is split among several RPM package files, including the mysql-server, mysql-libs, and mysql-client packages. F. The root password is not written to the error log after the first start. Instead, you can set the root password after the installation is complete by using the mysql_secure_installation command.
E. The functionality is split among several RPM package files. The MySQL RPM packages include mysql-community-client, mysql-community-server, mysql-community-libs, and others1. F. You can find the root password in the error log after the first start. After the first start, the root password is generated and stored in the error log.