 |
Categories |
|
 |
 |
| MySQL Log Parser
|
Hits: 1386
|
|
Description: This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage:
bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn
Enter the name of the database to extract:MyDB
Start Time (T= current time - your input here):864000
End Time (T = current time - your input here):35000
Enter the path to the output file:output.log
This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).
|
| Resource Specification |
| Date Added: |
Feb 4, 2006 |
| Last Updated: |
Feb 4, 2006 |
| Author: |
Steve Hannah |
| License Information |
|
License # 1: |
| |
License Type: |
LGPL
|
Price:
| Free |
Average Visitor Rating:
0.00 (out of 5)
Number of Ratings: 0 Votes |
Average Member Rating:
Not yet reviewed by any member....
You can be the FIRST one to write a review for
MySQL Log Parser.
|
| Other Links by This Member |
|
|
|
|