Vidyalelo
MySQL · Q1027

MySQL

Programming · MySQL · question 1027

Q1027

The mysql client writes a record of executed statements to a history file on Unix.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question asks about how the MySQL client works on a Unix system.
The MySQL client is a tool used to interact with a MySQL database.
On Unix systems, the client keeps a record of the commands you use in a file called the history file.
This allows you to see your past commands and re-run them easily.
So, the answer is Option A: True.