WebMySQL - Overview
A web interface to a MySQL database server.
For a screenshot, please click here (36k).
Also a fully working demo is available, you will
need to supply your own MySQL connection details to login.
Features
- Supports the following SQL queries:
- SELECT
- DESCRIBE
- JOIN
- SHOW
- DROP
- CREATE
- USE
- INSERT
- EXPLAIN
- Advanced query options such as LIMIT, DISTINCT and GROUP
- Fully customisable look and feel using CSS and HTML templates
- HTML results or downloadable CSV file
- mysqldump file import and export
- Empty databases and tables
Requirements
- Perl installed with DBI and DBD::mysql modules installed
- MySQL server access
- Web server with CGI support
|