TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashCpanelLinuxMysql

How remove "+----------+" lines from MySQL query output

MySQL output contains lines "+----------+" while printing and it will be difficult to use this in automation scripts.

But there is a way to hide these lines while printing the output.

-s option need to be used with the mysql command. This will print results with a tab as separator.

That's all…