<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0">
<channel>
<title>Mysql Log Parser is a Database Tools script Feed</title>
<link>http://scriptsonline.info</link>
<description>Mysql Log Parser is a Database Tools script Feed</description>
<pubDate>2012-05-24</pubDate>
<language>en</language><item>
<title><![CDATA[Mysql Log Parser is a Database Tools script]]></title>
<link>http://mysql-log-parser.database-tools.3056.scriptsonline.info/</link>
<description><![CDATA[The scrpit <b><a href="http://mysql-log-parser.database-tools.3056.scriptsonline.info/">MySQL Log Parser</a></b> is a Database Tools script (<i>web database applications</i>).  <br/>
<br/>
This a is a simple PHP command line utility that will prase a MySQL update log file and dump only updates to a particular database in a certain time interval.    Currently tehre is 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 otuput the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).]]></description>
</item>
</channel></rss>
