KMySQL (kmysql@penguinpowered.com)
By Frederik Bilhaut <bilhaut_f@mail.cpod.fr>
PLEASE READ THIS
This is free software. It is provided without any garranty, under
the GPL licence (see COPYING).
Versions 1.x.x are so called because the original (not so ambitious) goal
was reached. It doesn't mean that these releases are final, stables and so on...
If you encounter some problems, please mail me.
WEB HOME
http://www.xnot.com/kmysql
ftp://ftp.xnot.com/kmysql/pub/
INTRODUCTION
This is a MySql client wich can be used in replacement of the text-mode one, provided by default with mysql. By submiting SQL queries, you can do everithing you would using the standard client. But you can also create forms to provide GUI-driven queries. It also provides a table creating facility.
REQUIREMENTS
- Qt v1.42 or +
- KDE v1.1.1 or +
- At least one KMySql plugin (eg: kmp_mysql)
Here are links to these packages:
* Qt can be found at: http://www.troll.no
* KDE can be found at: http://www.kde.org
* KMySql plugins can be found at the same place than kmysql
INSTALL
As usual:
./configure
make
make install
