Home > Databases > Quizzes > MySQL Basics Practice Test: MySQL Data Directory
MySQL Basics Practice Test: MySQL Data Directory
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 69% Most missed: “What is the synonym for CHARACTER SET?”
Quiz on MySQL data directory location, structure and relocating data directory’s. The MySQL data directory, also known as the datadir, is where the database files are stored. It contains the databases, tables, log files, and other essential data for the MySQL database server.  The default data directory location for MySQL on Windows is: C:\Program Files\MySQL\MySQL Server 8.3\data and C:\ProgramData\ Mysql.  The C:\ProgramData directory is hidden by default, so you need to change your folder options to see the directory and contents.  The default location for storing database files in... Show more
MySQL Basics Practice Test: MySQL Data Directory
Time left 00:00
25 Questions

1. The data directory subdirectory that corresponds to the nbdinfo database is ______________
2. What is the synonym for CHARACTER SET?
3. The datadir variable value can be seen using ______________
4. What is the special database that always exists after setting up MySQL on a computer?
5. The option that specifies the data directory location at server startup is ______________
6. In which file are the statements entered in ‘mysql’ saved?
7. What is the table name in the following SQL code?
INSERT INTO student VALUES('Kyle','M',NULL);
8. An embedded application includes the server side and client side.
9. Mysql cannot be used to execute script files.
10. What is the embedded server library when building from source enabled by?
11. Which of these is preferred when stored procedures are not being used?
CLIENT_MULTI_STATEMENTS, mysql_set_server_option()
12. mysql_next_result() does not return.
13. What is exec_stmt_ssl written in?
14. For which of these is the startup option best suited?
15. Symlink is an applicable relocation method for ______________
16. Which data directory subdirectory provides the information used to inspect the internal execution of the server at runtime.
17. When relocating an individual table, the table to be relocated should be ______________
18. What is the embedded server library containing the MySQL server linkable into applications?
19. In the database directory of the database each view and trigger object is associated with how many files?
20. Each database has a data directory located under database directory.
21. Multiple statement execution is not enabled by default.
22. Which data directory subdirectory corresponds to the nbdinfo database?
23. What is the maximum number of characters allowed for a database name to have?
24. Before relocation of database, the server should be stopped if running.
25. The option that executes all SQL statements in a SQL script irrespective of the number of errors is ______________