InterviewSolution
What is ROLE of tee command in MySQL?In MySQL tee command is used to mainly used for logging process. And after USING tee command it will start logging and send output to the console and TEXT FILE. Below is the syntax to use tee command:-mysql> tee /tmp/logfile.out;
Your experience on this site will be improved by allowing cookies. Read Cookie Policy