1Z0-883 · Question #68
You install a copy of Mysql 5.6.13 on a brand new Linux server by using RPM packages. The server starts successfully as verified by the following commands: $ pidof mysqld 3132 $tail - n2…
The correct answer is B. The local root user must log in with a blank password initially: mysql u root p. See the full explanation below for the reasoning.
Question
You install a copy of Mysql 5.6.13 on a brand new Linux server by using RPM packages. The server starts successfully as verified by the following commands:
$ pidof mysqld 3132 $tail - n2 /var/lib.mysql/hostname.err 2013-08-18 08:18:38 3132 [Note] /usr/sbin/mysqld: ready for connections. Version: ‘5.6.13-enterprise-commercial-advaced’ socket:
‘/tmp/mysql.sock’ port; 3306 Mysql Enterprise Server – Advanced Edition (Commercial) You attempt to log in as the root user with the following command:
$mysql –u root ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO) Which statement is true about this scenario?
Options
- AThe RPM installation script sets a default password of password for new installations.
- BThe local root user must log in with a blank password initially: mysql u root p.
- CNew security measures mean that the mysql_secure_installation script must be run first on all new
- DThe mysql_install_bd post-installation script used ?random-password.
How the community answered
(49 responses)- A6% (3)
- B82% (40)
- C2% (1)
- D10% (5)
Community Discussion
No community discussion yet for this question.