Linux stuff

12 thoughts
last posted Feb. 5, 2016, 10:37 a.m.

6 earlier thoughts

0

Mysql

 select * from token\G

instead of

 select * from token;

will display the the columns as rows below each record. This can avoid line breaks in the output and make it easier to read.

5 later thoughts