Has all the necessary functionality to work with MySQL: set_table, add_data, delete_data update_data, get_data, connect, close, get_column_flags, get_column_type, set_debugging, exec_select_query.
This script allows you to make a backup of your MySql database in sql or gz format allowing you to restore in case of a server crash.
The output sql is already compacted.
You can download the backup from the server as sql or gzip.
Very easy to use.
Drastically overhauled with a clickable listing of all tables in a database.
Structure only also can be saved
Overhauled version, better error checking.
Works with windows/apache too, special changes for windows time-out.
2.2 supports new index types
MySQL PHP to PostgresSQL is a program that takes a php page that uses mysql calls and changes them into Postgres calls. This allows any website that was written in PHP for MySQL to run as a website written to run on Postgres.
This is a dynamic query generator for MySQL and PHP4. It can create a new query or run an existing query. Several tables can be selected from a single database for relational queries. The query can be edited, saved and run dynamically.
Update (2001-06-18): The browser related bugs have been fixed. The query results are presented in a tabular form.
MySQL to TXT, MySQL to Excel formatting local database convertor. Programmed only local file system. Error control feature include for directory, selecting database, selecting table. Convert tables to text files for Excel import file type.
MySQL-Dumper is a script for automatically backuping your tables in a MySQL-database. The two basic pages are a page for frequently use and an administrator-page. The page for frequently use checks if there are tables in the database that have been changed after the last back-up. If they are, there will be made a back-up of these tables, which saves time and space.
mysql.phtml provides a Web-based user interface for manipulating MySQL databases, queries and tables. Currently supported options include: create database, table, query and alter tables.