1z0-883試験無料問題集「Oracle MySQL 5.6 Database Administrator 認定」

When backing up a replication slave, which three should also be backed up in addition to data?

正解:A,B,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
When designing an InnoDB table, identify an advantage of using the BIT datatype Instead of one of the integer datatypes.

Following a server crash, the automatic recovery of InnoDB fails.
How would you begin to manually repair the InnoDB tables?

You want a record of all queries that are not using indexes.
How would you achieve this?

解説: (GoShiken メンバーにのみ表示されます)
You attempt to connect to a Mysql Server by using the mysql program. However, you receive the following notice:
ERROR 2059 (HY000): Authentication plugin 'mysql_clear_password' connot be loaded: plugin not enabled
What would you run to fix the issue?

解説: (GoShiken メンバーにのみ表示されます)
Which statement is true about the log-output variable?

You are creating a new server with the same accounts as an existing server. You do this by importing a mysqldump file of the mysql database.
You test whether the import was successful by using the following commands:
Mysql> select user, host, password from mysql.user;

9 rows in set (0.00 sec)
Mysql> show grants for 'admin'@'%';
ERROR 1141 (42000): There is no such grant defined for user 'admin' on host '%'
Which command will fix this issue?

解説: (GoShiken メンバーにのみ表示されます)
Which three are properties of the MyISAM storage engine?

正解:B,C,G 解答を投票する
Which two events will cause a slave server to create a new relay log file?

解説: (GoShiken メンバーにのみ表示されます)
Consider the MySQL Enterprise Audit plugin,
You add the following lines to the my.cnf configuration tile:
[mysqld]
Plugin-load=audit_log.so
Audit-log=FORCE_PLUS_PERMANENT
You attempt to start up the MySQL service and notice that it fails to start.
Which two statements would explain why the service did not start?

解説: (GoShiken メンバーにのみ表示されます)