IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of IPP_Installation


Ignore:
Timestamp:
Aug 27, 2009, 8:27:39 AM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Installation

    v5 v6  
    2929
    3030Nebulous Installation
     31
     32Notes
     33  * mysql can fill up its disk with log files.  It is easy to flush the files if this happens:
     34 mysql> flush logs;
     35 mysql> reset master;
     36It is also possible to limit the max size.  See discussion on [http://legroom.net/2008/06/29/flush-and-reset-mysql-binary-logs this site].