*************************************************************************
           xMySQLadmin (c) Gilbert Therrien 1997.09.19
*************************************************************************

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.16 and Xforms version 0.88.  

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 will also need Xpm: ftp://avahi.inria.fr/pub/xpm  


   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 I will correct as soon as I am aware of them and have 
time. I 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 :)
I welcome feedback for changes.  This is my first program using
Xforms.  I choose Xforms because i like it ;-) and also
because the excellent XmySQL (by Rick Mehalick) was write with it.
 
I reserve the copyright to xMySQLadmin. However, you are permitted 
to use and distribute xMySQLadmin, provided that you 
  (a) distribute it with the full sources, and 
  (b) that you leave this documentation and 
      copyright notice intact.
 
Gilbert Therrien
gilbert@ican.net

PS: You can write to me in French or English. 

