Question 21
You have forgotten the rootuser account password. You decide to reset the password and execute:

Which additional argument makes this operation safer?

Which additional argument makes this operation safer?
Question 22
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? (Choose two.)

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? (Choose two.)
Question 23
You have created a new user with this statement:
CREATE USER 'erika'@'localhost' IDENTIFIED BY 'first#1Pass' PASSWORD EXPIRE; What is the outcome?
CREATE USER 'erika'@'localhost' IDENTIFIED BY 'first#1Pass' PASSWORD EXPIRE; What is the outcome?
Question 24
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?

Assume that all instruments and consumers are enabled and all threads are instrumented.
Which two facts can be concluded from the given output?
Question 25
Which three allocate memory per thread in MySQL? (Choose three.)