Oracle
1Z0-883 · Question #77
You have forgotten the root user account password. You decide to reset the password and execute the following: Shell> /etc/init.d/mysql stop Shell> /etc/init.d/mysql start ?skip-grant tables Which…
The correct answer is A. --skip-networking, to prohibit access from remote locations. See the full explanation below for the reasoning.
Question
You have forgotten the root user account password. You decide to reset the password and execute the following:
Shell> /etc/init.d/mysql stop Shell> /etc/init.d/mysql start ?skip-grant tables Which additional argument makes this operation safer?
Options
- A--skip-networking, to prohibit access from remote locations
- B--reset-grant-tables, to start the server with only the mysql database accessible
- C--read-only,to set all data to read-only except for super users
- D--old-passwords, to start Mysql to use the old password format while running without the grant tables
How the community answered
(17 responses)- A76% (13)
- B6% (1)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.