1Z0-888 Exam Question 76

An admin attempts to enforce stronger security by using these commands:

The admin then leaves the system running with the specified changes. What are two remaining security concerns?
  • 1Z0-888 Exam Question 77

    Examine the mydata table and SELECT statements:

    You issue:
    mysql> begin;
    mysql> update mydata set a=0 where b=3;
    How many rows are now protected by locks with the default InnoDB configuration?
  • 1Z0-888 Exam Question 78

    On a master server that is using statement-based replication, a table of log data has become very large.
    You decide to delete 100,000 rows.
    Which two methods can be independently invoked to ensure that the delete is properly propagated to the slave? (Choose two.)
  • 1Z0-888 Exam Question 79

    You enable binary logging on MySQL Server with the configuration:
    binlog-format=STATEMENT
    log-bin
    Which database updates are logged on the master server to the binary log by default?
  • 1Z0-888 Exam Question 80

    A simple master-to-slave replication is currently being used. This information is extracted from the SHOW SLAVE STATUS output:

    You execute a 'SHOW CREATE TABLE mytable" on the slave:

    The table mytable on the slave contains:

    You have issued a STOP SLAVE command. You have determined that it is safe to skip the transaction in this case. One or more statements are required before you can issue a START SLAVE command to resolve the duplicate key error. Which statement should be used?