nerdexam
Oracle

1Z0-873 · Question #19

Which of the following actions are performed during an RPM installation of the MySQL server package?

The correct answer is A. Setup a mysql user B. Setup a mysql group. During RPM installation, a user named mysql and a group named mysql are created on the system. This is done using the useradd, groupadd, and usermod commands. Those commands require appropriate administrative privileges, which is required for locally managed users and groups…

MySQL Installation and Upgrade

Question

Which of the following actions are performed during an RPM installation of the MySQL server package?

Options

  • ASetup a mysql user
  • BSetup a mysql group
  • CInitialize the data directory
  • DSetup passwords for all default accounts.

How the community answered

(56 responses)
  • A
    82% (46)
  • C
    11% (6)
  • D
    7% (4)

Explanation

During RPM installation, a user named mysql and a group named mysql are created on the system. This is done using the useradd, groupadd, and usermod commands. Those commands require appropriate administrative privileges, which is required for locally managed users and groups (as listed in the /etc/passwdand /etc/group files) by the RPM installation process being run

Topics

#RPM installation#mysql user#mysql group#package setup

Community Discussion

No community discussion yet for this question.

Full 1Z0-873 Practice