|
MySQL Dialog is a simple
Backup program for MySQL
isplay a complete list of
This is like Table Indexing
MySQL database access
databases that creates MySQL
MySQL table fields in
compared to MySQL's column
wrapper class to execute SQL
database backup files on
database. Must have script
indexing. Complete
queries and display the
your server. The backup
for developers. Easy and
Documentation included
results in HTML tables. The
files are in the same format
quick!
class connects to a MySQL
as the phpmyadmin dump
server, sends SQL
files. Simple installation.
statements, and gets the
Optional german or english
results as an array. A table
language. Comments in German
with the data from the
and english.
result sets can also be
displayed. The class may
optionally return error
messages on failure based on
the mysql_error() and user
defined error messages.
Date: May, 30 2012 Date: Jul, 25 2002 Date: Dec, 20 2006 Date: Nov, 12 2005 |
|
Has all the necessary
This a is a simple PHP
The script is made for system
This script allows you to
functionality to work with
command line utility that
administrators to monitor
make a backup of your MySql
MySQL: set_table, add_data,
will parse a MySQL update
MySQL server (it could run
database in sql or gz format
delete_data update_data,
log file and dump only
not as administrator), and
allowing you to restore in
get_data, connect, close,
updates to a particular
optimize sql queries (using
case of a server crash.
The
get_column_flags,
database in a certain time
sql explain). Also
output sql is already
get_column_type,
interval. Currently there
includes easy interface for
compacted.
You can download
set_debugging,
are no flags, you are
simple browsing, repair,
the backup from the server
exec_select_query.
prompted for all input.
check and optimize (using
as sql or gzip.
Very easy
Usage:
bash-2.05$ php
sql optimize) tables.
to use. 2.2 contains
mysql_log_parser.php Enter
There are interface for
fulltxt fields as
the path to the log file to
executing custom SQL
option.
Overhauled version,
be processed:/path/to/update
commands.
If you place
better error
log.nnn
Enter the name of
this script on your web
checking.
Works with
the database to
server, be advice, you need
windows/apache too, special
extract:MyDB
Start Time (T=
to protect the directory.
changes for windows
current time - your input
time-out.
For the use with
here):864000
End Time (T =
multiple databases
current time - your input
see:
MySql PHP Multiple
here):35000
Enter the path
Database Backup
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).
Date: Jun, 24 2002 Date: Feb, 04 2006 Date: Jul, 22 2005 Date: Dec, 21 2005 |