A generic application that performs data management through a webbased HTML interface. From an XML-based schema definition it generates records lists, HTML forms and associated SQL queries.
A simple terminal to a MySQL database. You have a text-box and a button to send your query to the MySQL server. Result is shown in an HTML table.
Backup and restore different SQL tables separately without having to rewrite the entire database each time.
A database query tool that allows non-IT experts to build SQL queries by simply selecting which records they want matched.
This script allows you to use SQL functions without having access to SQL software.
phpMyAdmin is intended to be a web-based front end for MySQL administration. It can administer multiple servers and databases and allows you to create, modify and remove databases, tables, fields, key values and more. You can also execute any SQL...
A webbased script that dumps definitions and data from a MySQL database.
This program allows you to create an easily customizable form to edit your specific MySQL database, so you no longer have to do this by hand.
A tool to create an alter script for the differences between two databases.
PHP scripts to help manage a web-based form for maintaining data in MySQL. Features: Easy management and customization, drop down lists, and more.
A remote database management tool made for web developers who want to ease an audience into the world of content management. It supports 10 types of SQL databases, users, permissions and plugins for extended functionality.
This script simplifies the admin of a MySQL database. Easily create, drop or rename tables. Alter tables structures by adding or dropping keys and indexes. Add, remove or change the properties of columns. Edit, add, search or delete table records.
This is a web-based client to a MySQL server and it allows you to log in and view, modify or administer databases on the server.
A set of scripts to add/edit/delete/list records in the selected table of a database.
A tool to synchronize a MySQL Webserver Database with a client Database without an ODBC connection between the webserver and the client. You only need FTP and PHP access to your webserver.
The goal of MOT is to allow the creation of web-based databases that can be used collaboratively by multiple users, with links between tables, customized action scripts triggered by database events, and much more.
A couple of scripts that let you edit a MySQL database directly in your browser. You can create/delete databases, create/rename/delete tables, add/edit/delete fields in tables and more.
These scripts manage a MySQL database from a remote web server when no other access is available. It features table querying, record modification, deletion and more.
This collection of scripts allows you to easily create and manage your MySQL databases.
This script allows you to modify database information quickly when using HTML forms. It creates the SQL script on the fly and redirects to whatever file you give it. |