Next
PreviousTable of Contents
KMySqlAdmin is a little tool, which should help to adminstrate SQL databases
build by TCX Consult (
http://www.tcx.se)
called "MySql". This version can modify tables, user grants, create databases etc. pp. Means, most
of actions an administrator / user has to do on a sql-server.
This version is an alpha version, too. Thats why I would happy about some feedback, how it works,
which errors occourres and so on.
- Some Bugfixes
- Install-script written
- creation of table re-build.
- exporting into various formats re-designed. In earlier version I did it with global functions,
now I use abstract objects.
- Create Table re-designed
- Alter Table implemented since version 0.34, re-designed in version 0.35
(re-desigend means not the layout, but the code behind)
- Table view now acts with unique keys on more than one
column (Multi-column-keys)
- SQL script editor / executor implemented
- Multi-instance windows implemented (You can now open more than one sql-window within the same instance of
kmysqladmin)
- Documentation build/updated
Next
PreviousTable of Contents