Table Manager

Table Manager 3.04

Version 3.04 of The MySQL Table Manager has been released.
Fixes for this release include:

  • Display of page numbers for multi page display, an error introduced last version.
  • Clean up of debug alert statement in JavaScript
  • Field size input field for types such as INT was corrected for create and alter table.
  • Fixed the connection to external servers. This will only work if the permissions for the database you are trying to connect to allow connections from external hosts.
AppCreator Mon, 11/10/2008 - 11:18
MySQL Table Manager 3

Finally I have released version 3 of the MySQL Table Manager. The last version 2.8 was released in October 2003, that's nearly 5 years ago. I apologise for my lack of motivation in getting this one out, and hope you find the new version as useful as I do.

Many new features have been added such as user management, change privileges, backup functionality, ajax edit in place functionality to update fields, optimize tables, save queries, save results.

AppCreator Sun, 04/27/2008 - 19:48
Testing new features

While testing the next version of Table Manager, which is badly in need of a new name, I once again have started adding new features. I have a simple test plan, basically a list of features or actions that need to be tested in different browser operating system combinations. Most of my testing at this stage has been while using the system to preform tasks for work etc. Occasionally while preforming a task I have an idea of a new feature which would simplify things, other times I come across features that are just plain missing.

AppCreator Mon, 04/16/2007 - 11:28

Buttons

Submitted by AppCreator on Tue, 04/10/2007 - 12:00

While testing the new version of the Table Manager IE managed to cause me some major headaches. Buttons should be pretty flexible tools for web forms, you can put markup between the opening and closing tags and the value attribute should be sent with the form not the markup or text between the tag opening and ending. So you can have multiple buttons in a form and only send the values of the button that was clicked. Now this would be great if only IE would play nicely.

Easter coding

Submitted by AppCreator on Mon, 04/09/2007 - 08:15

The Easter break has given me a chance to start work once again on the PHP MySQL Table Manager. Some of the features I have been working on in the new version include: backup, restore and drop a database, save queries and results of queries and edit records inline. The features already available in previous versions include: create catabases, create tables, add, edit and delete records, modify tables, add and remove keys, columns etc. and write your own queries.