MySQL Answer as soon as possible Multiple Choice 1. Which of the following is NO
ID: 3748938 • Letter: M
Question
MySQL
Answer as soon as possible
Multiple Choice
1. Which of the following is NOT a supported Linux package installer for MySQL?
(a) SLES
(b) Yum
(c) RPM
(d) APT
(e) Jiujitsu
2. Which of the following is false about when the following command is executed: mysql?
(a) The port will default to 3305.
(b) The hostname will default to localhost (attempting to connect to a database on this computer).
(c) The user will default to 'ODBC' on Windows and the currently logged in user for Linux.
(d) The password will default to blank.
(e) There will be no default database name to connect to.
3. MySQL 8 comes with timezone tables that are fully populated with the current timezones from around the world.
(a) True
(b) False
4. Which of the following is the command for backing up a database from the command line?
(a) mysqlslap
(b) mysqlshow
(c) mysql --backup
(d) mysqldump
Explanation / Answer
1. (e) Jiujitsu
2. (a) The port will default to 3305.
It is 3306
3. (b) False
The MySQL installation creates the time zone tables, but does not load them. we need to load manually.
4. (d) mysqldump
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.