Revision 2611, 0.6 kB
(checked in by matt, 19 years ago)
|
Added a mysql_history program and support files. It's not full blown mysql
support, but it's a start! :-)
|
Line | |
---|
1 | This is a simple mysql history script contributed by |
---|
2 | Matt Hyclak <hyclak@math.ohiou.edu> |
---|
3 | |
---|
4 | To use, place the mysql_history.conf file in your pykota config directory. |
---|
5 | This 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 | |
---|
8 | The mysql_history.py should be called from a posthook script. No variables need |
---|
9 | be passed to the script, as it extracts everything from the environment |
---|
10 | variables set by Pykota. |
---|
11 | |
---|
12 | The history.sql file includes the SQL statements to create the database used |
---|
13 | by the mysql_history.py program. This can be extended fairly trivially if you |
---|
14 | wish to capture extra data. |
---|