Question 36

You attempt to connect to a MySQL Server by using the mysql client program. However, you receive this notice:

What would you run to fix the issue?
  • Question 37

    What two statements are true regarding FLUSH TABLES FOR EXPORT?
  • Question 38

    You are using the Performance Schema to investigate replication on a slave which has a single master.
    The option slave-parallel-type is set to DATABASE.

    Assume that all instruments and consumers are enabled and all threads are instrumented. Which two facts can be concluded from the given output?
  • Question 39

    You created a backup of the world database with this command:
    shell> mysqldump --opt world > dump.sql
    Which two will import the data from dump.sql?
  • Question 40

    old_alter_tableis disabled as shown.
    mysql> SELECT @@old_alter_table;

    Consider this statement on a RANGE-partitioned table:
    mysql> ALTER TABLE orders DROP PARTITION p1, p3;
    What is the outcome of executing this statement?