== Welcome to the IPP Wiki == '''This is the old Main Page Beta version and should not be edited or linked-to. Keep for future tests.''' Here we have information about what the IPP is and how the use it; tools for the IPP developers and the production system being used by PS1. We also have examples links to other types of documentation in the IPP Pan-STARRS web pages. * [wiki:IPP_Description IPP Description] * [wiki:IPP_Installation IPP Installation] * [wiki:Software_Development Software Development] * [wiki:Talks_and_Meetings Talks and Meetings] * [wiki:IPP_for_PS1 IPP for PS1] * [wiki:Data_Analysis_Examples Data Analysis Examples] * Odds and Ends : Fix or File These * [wiki:Documentation Documentation on this wiki] * [wiki:Examples Examples] * [wiki:Announcements Announcements] (nearly empty -- drop) * [wiki:MainPageOld Old Main Page] * Notes (move to another page?) * mysql can fill up its disk with log files. It is easy to flush the files if this happens: mysql> flush logs; mysql> reset master; It 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].