Remote MySQL Manager is PHP code to manage a MySQL database over the Web. It lets you add/drop databases and tables, insert/update/delete records, enter free-form SQL queries, plus other things.
| Tags | Database Front-Ends Internet Web Site Management |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: More functions were removed from the db connector. Insert_record.php, sql_interface.php, and action.php were cleaned up or improved. index.html is w3c (HTML 4.01 Transitional) compliant, and other pages are started towards w3c (HTML 4.01 Transitional) compliance. A debug echo was also removed in the add field action.


Release Notes: This release fixes syntax errors in granting and revoking privileges (they work now) and creates an "add user to database" action.


Release Notes: This version supports queries with no output actions. Action links no longer span multiple lines, the DB filter is no longer is wrapped with %s, and tables can be dumped in plain text.


Release Notes: A create table bug has been fixed. References to the database var in db_connector have been removed. Action.php follows 4.1 and newer post and get vars. Nav has been standardized and changed. A function for checking and handling do_actions has been created.


Release Notes: When creating a table, you now can specify what type of table to create. After logging in, you can change the database filter without going to the login page and logging in again. "Widgets" have been removed from the database view page. Free sql has been renamed user sql and turned into an "action". Depending on the PHP server's ini file, the action page would give a warning/error, and this has been fixed.