To save content of session interaction.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 30 Dec 2015 11:32:30 +0200
changeset 1851 e6ffc5f7200e
parent 1850 84707c692266
child 1852 f572f646694b
To save content of session interaction.
mysql.rst
--- 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.
 ------