Examine these statements, which execute successfully: CREATE ROLE r_world_rd; GRANT SELECT ON world.* TO r_world_rd; CREATE USER john IDENTIFIED BY 'P@ssw0rd'; GRANT r_world_rd TO john; Examine these statements issued by user John: What is the reason for the error?
There are five MySQL instances configured with a working group replication. Examine the output of the group members: Which two statements are true about network partitioning in the cluster? (Choose two.)
A user wants to connect without entering his or her username and password on the Linux command prompt. Which three locations can be used to store the user's mysql credentials to satisfy this requirement? (Choose three.)