*************************************************************************
           xMySQLadmin, originally by Gilbert Therrien

Copyright Abandoned 1998 by Gilbert Therrien and TCX DataKonsult AB
This file is public domain and comes with NO WARRANTY of any kind
*************************************************************************

xMySQLadmin is a front end to the MySQL database engine.  
It allows reloads, status check, process control, isamcheck,
grant/revoke privileges, creating databases, drop databases,
create, alter, browse and drop tables.

xMySQLadmin has been compiled and tested on Linux 2.0.32
with MySQL 3.21.30 and Xforms version 0.88.  
You need at least Xforms version 0.86.


Seem also to work under Solaris 2.5.1 x86

*** The Makefile should need little modification before compilation. ***

You can find Xforms at: http://bragg.phys.uwm.edu/xforms
You can find MySQL at : http://www.tcx.se


   You can find XmySQL: http://web.wt.net/~dblhack
   You dont need this to run xMySQLadmin but it is an another 
   GUI frontend for MySQL.


To use xMySQLadmin
	
	- untar the tar file  : tar -xvzf xmysqladmin-?.?.?.tar.gz
	- Edit the Makefile
	- compile xMySQLadmin : make
	- su root
	- install xMySQLadmin : make install
        - try it  ./xmysqladmin 
          By default, it assume the server is in localhost
          but you can change this with the configure window.

Of course, you may use it only if you have the rights
in the mysql database...

Disclaimer:
 
This program is in ongoing development, thus it can have problems 
(bugs) which we will correct as soon as we am aware of them and have 
time. We assume no responsibility for loss of data or problems 
associated with the supporting programs (Xforms, MySQL and other 
software) that may occur.

This version also has limitations. I'm sure you will find some :)
we welcome feedback for changes.  These can be posted to mysql@tcx.se

Regards,
Monty
