Additions:
$ mysql -h host -u user -p mydatabase
prints query output rows vertically (one line per column value)
or
you can specify vertical output for individual statements by terminating them with \G instead of \g.
----
REFERRERS
{{backlinks}}
prints query output rows vertically (one line per column value)
or
you can specify vertical output for individual statements by terminating them with \G instead of \g.
----
REFERRERS
{{backlinks}}
Deletions:
prints query output rows vertically (one line per column value) or you can specify vertical output for individual statements by terminating them with \G instead of \g.