How to adjust display settings of mysql command line?

前端 未结 5 1758
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 08:57

Command Line of mysql is not displaying results properly. I mean some columns of table are in 1st line some in 2nd line. Output is also broken into two rows. How do I adjust the

5条回答
  •  长发绾君心
    2021-01-30 09:37

    mostly this happens when the row it fetches is too long. try playing with your terminal to have scroll bar and you could even reduce fonts.

    The mysql option is

    mysql> pager less -n -i -S
    

提交回复
热议问题