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 data manipulation front end for MySQL databases. Though it is a development tool, it's functionality is aimed at end users and it has been designed to be intuitive and user-friendly.
A database query tool that allows non-IT experts to build SQL queries by simply selecting which records they want matched.
Automate SQL query generation for application development and web admin tools. It visually manages tables, relations and conditions.
This script allows you to use SQL functions without having access to SQL software.
A PHP application server for database-driven web applications. Data can be reproduced as HTML tables with options to create, edit, browse, search and delete records. Developers can use this as a PHP class that is called from PHP code, or build their
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 sta
A webbased script that dumps definitions and data from a MySQL database. |