MySQL the command line and pagers

前端 未结 5 2549
盖世英雄少女心
盖世英雄少女心 2021-02-19 10:24

I cant find anything about this from searching here.

I use mysql on the command line at work and I work with fairly large tables so I set the mysql pager allowing a mor

5条回答
  •  花落未央
    2021-02-19 10:59

    You might want to try pspg: Unix pager designed for work with tables. Designed for PostgreSQL, but MySQL is supported too.

    Main target

    • possibility to freeze first few rows, first few columns

    • possibility to use fancy colors - like mcview or FoxPro

    In action:

提交回复
热议问题