Quiz


1:

MySQL replication can be used to

  1. create a development server to test and benchmark new code on real data without risk

  2. improve performance

  3. make backups less disruptive

  4. improve availability

  5. all of the above

2:

The binary log file

  1. is created by default

  2. is useful for replication and backup recovery

  3. is an SQL dump file renamed

  4. all of the above

3:

Read and write operations are usually performed on

  1. reads on slaves, writes on slaves

  2. reads on slaves, writes on masters

  3. reads on masters, writes on slaves

  4. reads on masters, writes on masters

  5. none of the above

4:

The design of MySQL replication means that

  1. all data is up-to-date all the time

  2. servers need to be connected via a reliable network and if any server is unavailable, all others need to wait for it to be brought back online

  3. updates are fast but can take time to propagate to all slaves

  4. updates can be made to any server, and they will be sent up to the master and down to all the other slaves




MySQL Tutorial
MySQL Tutorial
ISBN: 0672325845
EAN: 2147483647
Year: 2003
Pages: 261

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net