Question 86

An administrator installs MySQL to run under a mysqlOS account. The administrator decides to disable logins to the mysqlaccount by using /nologinor /bin/falseas the user's shell setting.
Which statement is true?
  • Question 87

    You are no longer able to log in to an existing MySQL Server because the root password credentials not working. You need to reset the root password to complete various administrative tasks. What are the two major methods that will achieve this?
  • Question 88

    You have a MySQL replication setup and you intentionally stop the SQL thread on the slave.

    What are two reasons that you may stop the SQL thread on the slave while keeping the I/O thread running? (Choose two.)
  • Question 89

    When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file?
  • Question 90

    An admin attempts to enforce stronger security by using these commands:

    The admin then leaves the system running with the specified changes. What are two remaining security concerns?