mysql.rst
changeset 1851 e6ffc5f7200e
parent 1850 84707c692266
child 1852 f572f646694b
--- a/mysql.rst	Wed Dec 30 01:20:37 2015 +0200
+++ b/mysql.rst	Wed Dec 30 11:32:30 2015 +0200
@@ -25,6 +25,10 @@
   $ mysql -u $USER -p
   Enter password:   <== Type password.
 
+To save content of session interaction in ``mysql`` use::
+
+  mysql> tee out.txt
+
 mycli.
 ------