mysql.rst
changeset 1851 e6ffc5f7200e
parent 1850 84707c692266
child 1852 f572f646694b
equal deleted inserted replaced
1850:84707c692266 1851:e6ffc5f7200e
    22 
    22 
    23 Usage::
    23 Usage::
    24 
    24 
    25   $ mysql -u $USER -p
    25   $ mysql -u $USER -p
    26   Enter password:   <== Type password.
    26   Enter password:   <== Type password.
       
    27 
       
    28 To save content of session interaction in ``mysql`` use::
       
    29 
       
    30   mysql> tee out.txt
    27 
    31 
    28 mycli.
    32 mycli.
    29 ------
    33 ------
    30 
    34 
    31 Python command line client with completion. Usage::
    35 Python command line client with completion. Usage::