MySQL Log Parser
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).
Visit site to download...
QueryPrint
QueryPrint is a PHP class that prints the results of a SQL query in HTML format. The printing is def
Backup
Backup outputs a copy of a MySQL database in sql format directly to your web browser.
You can
MySQL Backup Plus!
MySQL Backup Plus! is an advanced & fully automated database backup application that is fully c
WebSQL for Sybase ASE
WebSQL is a simple script written in PHP3 that provides a simple SQL Web interface for Sybase ASE. P
phpFriendlyAdmin
phpFriendlyAdmin is a remote database administration tool made specifically for non-technical people
Database Creator
You know how messy it is to login to cPanel then setup your databases, especially if you are not sav
DB_Table
Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update
PHP:Paging
PHP:Paging is a PHP component that will help you create paging easy and quickly. Creating good pagin