Question 101

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 102

    You are remotely logged in to MySQL as the user "backup".
    The account has temporarily been granted full privileges WITH GRANT to perform the actions required.
    You want to change the password for the locally existing "backup" user.
    Select the three commands which will perform the required action. (Choose three.)
  • Question 103

    Consider the join_buffer_sizeparameter in MySQL Server.
    Which two statements are true about the join buffer?
  • Question 104

    Consider the table people with the definition:

    The application uses a query such as:
    SELECT * FROM people WHERE YEAR(Birthday) = 1980;
    The query is not using an index.
    Which two methods can be used to allow the query to use an index?
  • Question 105

    Which statement describes how the relay log works?