|
Backup program for MySQL
This script automatically
As part of the DataMan
MOT is a useful Web database
databases that creates MySQL
searches for the databases
series, The Query Manager
system that can be used to
database backup files on
within MySQL on your server.
allows you to construct and
create Web-based databases
your server. The backup
It then goes through each of
test your sql queries. If
without writing a single
files are in the same format
the databases (it checks
you a happy with the result,
line of code. It can be used
as the phpmyadmin dump
first to see if you have
you can store the query for
to create anything from job
files. Simple installation.
permission to those
later use. A useful tool to
and project tracking
Optional german or english
databases) and optimizes all
create and manager reports.
systems, to inventories and
language. Comments in German
the tables within them. The
pretty much anything else
and english.
only thing you have to
for which relatively simple
change in the script is your
databases are used. Main
hostname, username and
features include: The
password for MySQL.
ability to create and modify
databases, tables, fields,
and permissions, all from a
point and click, web
interface, Support for links
between tables, Multiple
user support, Support for
sorting and restricting
every table to a fully
configurable set of fields,
Basic support for writing
custom sql queries,
Importing and exporting
database schemas, Basic
searching capabilities, CSS
support for configuring the
interface, and more.
Date: Jul, 25 2002 Date: Feb, 06 2002 Date: Jul, 03 2001 Date: May, 04 2000 |
|
This PHP script will allow
MySQL Dialog is a simple
This is a Database
This PHP class can import
you to open any MiniSQL
MySQL database access
Abstraction Layer written in
data from an Excel file
database, and then list the
wrapper class to execute SQL
PHP and it currently
without using COM, ODBC,
database contents, make
queries and display the
supports both MySQL and
etc. It will be useful in
additions, deletions, and
results in HTML tables. The
MSSQL. Support for other
content management systems,
updates. The script
class connects to a MySQL
database systems can easily
for writting various
communicates
with the MSQL
server, sends SQL
be added.
The Driver
converters (Excel to HTML,
server to determine the
statements, and gets the
also contains a few
Excel to MySQL,
names and types of fields in
results as an array. A table
functions that might be
etc.).
On-line demo and
the database table. The
with the data from the
useful for debugging: query
trial version available for
first field in the database
result sets can also be
counter, query information
download.
ExcelExplorer
table needs to be a unique
displayed. The class may
(execution time and average
will work on any PHP
string field which will
be
optionally return error
execution time of all
platform. Supports Windows
used as the key for changes.
messages on failure based on
queries) and error logging.
and Mac Excel files. No
Other fields can be any type.
the mysql_error() and user
additional classes, modules
defined error messages.
are required. No
configurations needed. Just
include it in your own
script and use it. With this
class you can read such data
as used color, fonts, rich
text, asian phonetics, etc.
What data can be imported:
worksheets name, type
(ordinal, chart or Visual
Basic Module), visibility
flag; rows and columns info;
cells - type (integer and
float numbers, percentage,
text, formula, logical,
error, date in Windows Excel
and Mac Excel formats),
empty, blank and merged.
Date: Mar, 11 2000 Date: May, 30 2012 Date: Dec, 10 2006 Date: Sep, 21 2006 |