root / pykota / trunk / contributed / mysql_history / README @ 2611

Revision 2611, 0.6 kB (checked in by matt, 18 years ago)

Added a mysql_history program and support files. It's not full blown mysql
support, but it's a start! :-)

Line 
1This is a simple mysql history script contributed by
2Matt Hyclak <hyclak@math.ohiou.edu>
3
4To use, place the mysql_history.conf file in your pykota config directory.
5This is located in the pykota user's home directory, or as a last resort in
6/etc/pykota. Modify the variables to match your setup.
7
8The mysql_history.py should be called from a posthook script. No variables need
9be passed to the script, as it extracts everything from the environment
10variables set by Pykota.
11
12The history.sql file includes the SQL statements to create the database used
13by the mysql_history.py program. This can be extended fairly trivially if you
14wish to capture extra data.
Note: See TracBrowser for help on using the browser.