SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Data Backup And Recovery
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 38 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What techniques are used for making text backups?
binary portability
Unix and Netware
must be copied
SELECT...INTO OUTFILE SQL statement or mysqldump
2. You can directly copy the tablespace files from a MySQL server on one machine to another server on a different machine and the second server will be able to access the tablespace
mysqlhotcopy world./Country/ /var/archiv
mysqldump
server
binary portability for InnoDB
3. Portability of an InnoDB tablespace is dependent upon all individual InnoDB tables within the ________ must be portable; If one isn't - the entire tablespace is not binary portable
binary log
MyISAM
text backup
tablespace
4. A copy of the files in which database contents are stored; copying these files preserves the database in exactly the same format in which MySQL itself stores them on disk
machine independent
binary backup
lower_case_table_names=1
InnoDB Hot Backup
5. Binary portability means that binary backup files are ___________ and you can directly copy them from one MySQl server to another on a different and the second server will access them with no problems
tablespace
machine independent
mysqlhotcopy
mysqldump
6. To force the use of lowercase database and table names what option can you set and what value specifically must you give it?
mysqldump
lower_case_table_names=1
SELECT...INTO OUTFILE SQL statement or mysqldump
slower
7. Restoration from a __________: loading the file contents back into databases by processing them through the server
portable
MySQL server
MyISAM
textual backup
8. What mysql client program allows you to make binary MyISAM backups by doing the locking and flushing for you?
mysqlhotcopy
mysqlhotcopy world./Country/ /var/archiv
binary portability
modify
9. mysqlhotcopy command to backup the world database to a directory named world /var/archive directory
file-locking behavior
mysqlhotcopy world /var/archive
Restoration
binary and textual
10. Binary backups are less general because they are dependent upon what storage engines was used to create the tables and generally can only be used for the local _______
mysqlhotcopy world /var/archive
MySQL server
binary portability
internal structure
11. mysqlhotcopy command to backup only the tables in the world database who name contains Country
mysqlhotcopy
textual backup
binary backup
mysqlhotcopy world./Country/ /var/archiv
12. Text backup procedures are more general because they can be used for tables created by any __________
mysqlhotcopy world./Country/ /var/archiv
storage engine
binary portability
SELECT ... INTO OUTFILE
13. A dump of database contents into text files
machine independent
Restoration
text backup
mysqldump
14. During text backups the _____ must be running because it must read the files that are to be backed up
must be copied
tablespace
server
destination server
15. For SQL-format dump files that contain CREATE TABLE and INSERT statements for re-creating the tables - server sends table contents to mysqldump which writes the files on the ___________
must be copied
machine independent
destination server
client host
16. You can directly copy the files for a MyISAM table from one MySQL server to another on a different machine and the second server will be able to access the table
destination server
file-locking behavior
slower
binary portability for MyISAM
17. A binary backup that makes a complete InnoDB backup (a backup of all tables in the InnoDB tablespace) is based on __________ of all files that InnoDB uses to manage the tablespace
binary backup
internal structure
exact copies
mysqlhotcopy
18. What program can be used to make binary InnoDB backups
InnoDB Hot Backup
SELECT ... INTO OUTFILE
server host
mysqlhotcopy
19. For a tab-delimited data file made with mysqldump using the --tab option - where does the server write the file?
SELECT ... INTO OUTFILE
must be copied
server host
mysqlhotcopy
20. What does mysqlhotcopy run on?
Unix and Netware
MySQL server
lower_case_table_names=1
machine independent
21. Files that _________ when making a binary backup: .frm - .MYD - and .MYI files that MySQL uses to represent the table - stop the server while copying the tables - leave the server running - but be sure to use an appropriate locking protocol to preve
binary and textual
must be copied
copy command (cp or tar)
internal structure
22. Text backups are _____ so the text backup made on one machine can be reloaded into the MySQl server on another machine - regardless of architecture
mysqlhotcopy
binary backup
binary and textual
portable
23. Backups can be made by copying files directly or by using programs such as __________ - mysqlhotcopy - and InnoDB Hot Backup
dumping table contents to text format (using mysqldump)
binary portability for InnoDB
mysqldump
modify
24. With binary backup methods - it is important to make sure that the server does not ________ the files while the backup is in progress
slower
MySQL server
modify
Unix and Netware
25. On Windows this influences file copying during a binary MyISAM backup - It is such that you might not be able to copy table files for tables that are locked by the server. In these cases - you must stop the server before copying the table files
lower_case_table_names=1
file-locking behavior
portable
textual backup
26. It is faster to make binary backups because it involves only file copy operations that need not know the ________ of the file
binary portability for MyISAM
SELECT ... INTO OUTFILE
binary portability
internal structure
27. What are the two backup formats?
binary and textual
mysqlhotcopy
Unix and Netware
tablespace
28. Contains a record of data changes - make backups regularyly - enable this so you have a record of changes made after a given backup
server
must be copied
binary log
SELECT ... INTO OUTFILE
29. Allows you to take a binary backup that was made on one machine and use it on another machine that has a different architecture
Unix and Netware
exact copies
binary portability
destination server
30. If conditions for binary portability are not satisfied - you can copy MyISAM and InnoDB table from one server to another: dump them using some text format(can use mysqldump) and reloading them into the ____________
destination server
binary portability for InnoDB
storage engine
slower
31. To make a binary backup: using the ______________ - mysqlhotcopy - or InnoDB Hot Backup
mysqlhotcopy
SELECT ... INTO OUTFILE
MySQL server
copy command (cp or tar)
32. A Perl script that copies tables to a backup directory; requires the DBI module to be installed
mysqlhotcopy world./Country/ /var/archiv
SELECT...INTO OUTFILE SQL statement or mysqldump
mysqlhotcopy
portable
33. If a binary backup is to be used to transfer databases to another machine - the backup must have ____________
mysqlhotcopy
binary portability
server host
storage engine
34. An alternative to making a binary backup - can be useful for copying individual InnoDB tables from one server to another or if conditions for binary portability are not satisfied. also can be used to add tables from one tablespace to another
dumping table contents to text format (using mysqldump)
textual backup
file-locking behavior
text backup
35. ______ from a binary backup: copy the files back to their original locations
Restoration
tablespace
binary portability for MyISAM
mysqlhotcopy
36. This statement writes the contents of an arbitrary result set to a disk file on the server host
text backup
Restoration
SELECT ... INTO OUTFILE
mysqlhotcopy world /var/archive
37. What table types does mysqlhotcopy work for?
MyISAM
SELECT ... INTO OUTFILE
binary backup
slower
38. It is ________ to make a text backup because the server must read tables(which involves the overhead of interpreting their contents) and then either write the contents out to disk files itself or send the contents to a client program that writes the
MyISAM
slower
mysqlhotcopy
dumping table contents to text format (using mysqldump)