                Ying Gao's Mysql Web Administration V1.0

1. This script is a free script.
2. What you need to do:
   A. Open the file: gymysqlvar.pm in cgi-bin
      Modify the vars in that file.
   B. Open the *.pl files and modify the first line:
      #!/usr/bin/perl
      to your perl execute's path
   C. Modify the header.html and footer.html as you like
   D. Modify the index.html in html directory as you like.
      (You need to modify the CGI-BIN's path)
   E. Set the permission: All files should be read.
      The *.pl in the cgi-bin should be run => 755
   F. Files *.pl, *.pm must be uploaded with ASCII type!!!!
3. When you create a new table, the script will ask you to create a _ScriptFile
   table. It's used to let create some script files and run it when you need it.
   There is a emnu: TB, DB, AL. 
   A. TB means you only want the script show in a specail table.
   B. DB means you want the script show in the dabase index interface.
   C. AL means you want the script show everywhere.
   You store you SQL command in the command field. The table name into the tablename field(If you select TB)
   You do not need to input ID, it will be create by the database. 
   The name is the name of the script file. 
   Enjoy it. Maybe I need to add a feature to let you get the script's content and do not run it.. When I have time!


That's all, good luck!
If you meet some problem, feel free to contact Ying Gao, gaoying@hotamil.com
You can go to http://billow.cjb.net to download the newest version!

   Mysql Web Administration V1.0, Copyright 1999-2002 by Ying Gao, All rights reserved.
