Connection


  1. The log in which data changes received from a replication master server are written is _____________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The Relay Log has the data changes received from a replication master server written in it. The problems encountered during the starting, running or stopping of ‘mysqld’ is written in error log.


  1. Multiple MySQL servers cannot be run on the same machine.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    It is useful to run multiple servers on the same machine under certain circumstances. A new MySQL release can also be tested while leaving the current production server in place.



  1. The MySQL server is configurable.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The MySQL server is highly configurable. Some of the operational characteristics that you can control include which storage engines the server supports, the default character set, and its default time zone.


  1. What is the TLS protocol?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    MySQL supports encrypted connections between clients and the server using the TLS protocol. It is also referred to as SSL but MySQL does not actually use the SSL protocol for encrypted connections.



  1. Which grant table scope columns is case insensitive?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    ‘Db’ and ‘Table_name’ values are always treated as case sensitive even though treatment of database and table names in SQL statements depends on the filesystem case sensitivity of the host.