Question 11
How would you restrict a user Joe from accessing all MySQL database objects?
Question 12
The user -os-user'@"localhost" was created to monitor connections and shut down the server, and was granted these privileges:
GRANT PROCESS, SHUTDOWN ON *.* TO "OS-user*@"localhost';
Which three are commands that the os-user can execute?
Question 13
Consider this SQL statement which is using the innoDB storage engine and with global AUTOCOMMIT = 1:
What is the result after issuing the rollback command?
Question 14
After installing MySQL 8.0, you initialize the data directory with the --initialize command. Which two are places where you can find the root password?
Question 15
What is true about MySQL Enterprise Transparent Data Encryption (TDE)?
