blob: 733b81d6c3dc23a21b46949cfc87006fc0fa87ff (
plain) (
blame)
1
2
3
4
5
6
7
8
|
gmysql is a program that allows the user to connect to a MySQL
database and modify its design in the following ways:
* add or remove tables;
* add or remove columns or indices;
* modify columns or indices while preserving the data in them where possible.
It is also possible to add and remove databases.
|