InterviewSolution
Saved Bookmarks
| 1. |
Define Tee command in MySQL? |
|
Answer» DEFINE Tee COMMAND in MySQL? Tee is a Unix command which takes standard out output of unix command and it will writes to both termical and a file. And there is no MySQL client command that performed the same function. tee FOLLOWED by a FILENAME turns on MySQL logging to a specified file. It can be stopped by command note. Below is the syntax for creating Tee command:-
|
|