Fully Ajaxed MySQL Admin – MonoQL
26
Aug
// php the_time('Y') ?>
MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases.
It has a desktop-like interface -thanks to Ext JS- and can accomplish almost every task you can ask for like database/table design, data browsing/editing, advanced querying & more.
The application has support for controlling advanced MySQL features like triggers, stored procedures and views.
MonoQL can connect to any number of databases, both local or remote. Also, with the help of a context menu, it display options on every level like running queries, importing data from a CSV file or truncating/deleting a table.
Requirements: PHP
Compatibility: MySQL 4, 5 and 6
Website: http://sourceforge.net/projects/monoql/
Demo: http://demo.monoql.com/
Download: http://sourceforge.net/projects/monoql/files/
Compatibility: MySQL 4, 5 and 6
Website: http://sourceforge.net/projects/monoql/
Demo: http://demo.monoql.com/
Download: http://sourceforge.net/projects/monoql/files/
- Tags:
Mysql Php
- Filed under: Database, GPL License, Goodies
- 5 Comments
















5 Responses for "Fully Ajaxed MySQL Admin – MonoQL"
Will SQLite support be coming any time soon?
Yes, the sqlite data adapters have been written and tested, but not integrated yet. The next release will add more server types: MSSQL, Oracle, SQLite.
In the db connection screen you have a field for port but you do not use it in the code….when using mysql_connect() you should be passing the host as (host:port) right now you are passing host throughout the db object as well as the test connection method……
Until this is fixed i cant even use this application.
Interesting… will give it a try
If you update from subversion, replace the dataconnection.php file and the ports should work now.