home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Komunik / MySQL / mysqlgui / readme.version_1.7 < prev    next >
Text File  |  2001-09-08  |  3KB  |  91 lines

  1.                                                          Introduction
  2.                                                          ------------
  3.  
  4. This is a beta version of the new MySQLGUI version 1.7
  5.  
  6. This release has few  new features, of which one is very important, 
  7. and it also contains few minor bug fixes.
  8.  
  9. What follows is short instructions for building it under Unix. 
  10.  
  11. You can also read INSTALL.TXT on the subject. README contains few
  12. instructions on installation of binary versions. 
  13.  
  14.                                                 Building MySQLGUI 1.7
  15.                                                 ---------------------
  16.  
  17. In short, building this version requires fltk lib, fl_editor, mysql++, Flvw
  18. widgets, mysqlgui sources and development tools and libs. 
  19.  
  20. Building of mysqlgui is now possible only under Unix versions. 
  21.  
  22. FLTK should be minimum 1.0.7, standard version from www.fltk.org
  23. fl_editor, should be a special version, built just for mysqlgui and
  24. available from the same URL, as mysqlgui:
  25.  
  26. http://www.mysql.com/download_clients.html
  27.  
  28. If you already have FLTK installed, if it is version 1.0.1, you do not need
  29. to upgrade to more recent version, although it is recommended as there are
  30. numerous bug fixes. 
  31.  
  32. You require mysql++ lib and include files, OBLIGATORY version 1.7 
  33. , available at   www.mysql.com/mysql++. Read README in that lib for compilation
  34. instruction. 
  35.  
  36. Mysql++ is available from:
  37.  
  38. http://www.mysql.com/download_mysql++.html
  39.  
  40.  
  41. You also require flvw widgets, made by Larry Charlton and  available from
  42. either: 
  43.  
  44.     http://flvw.sourceforge.net
  45.         
  46.                   OR
  47.                             
  48.       http://fwidget.netpedia.net
  49.         
  50.     After you build a lib, just copy it to mysqlgui directory. Flvw Include
  51. files are already in FL/ subdirectory of mysqlgui source directory, so there
  52. is no need to copy them too. 
  53.  
  54. Regarding configuring for mysqlgui, there are minor changes, just follow
  55. the instructions on creating [client_fltk] entries in /etc/my.cnf or
  56. my.cnf or c:\my.cnf under Win32. In all distributions of MySQLGUI
  57. there is always an example of my.cnf file.  As from this version, if
  58. client_file is not specified under [client_fltk], then some defaults are
  59. assumed. If help_file is not specified under same header, then viewing of
  60. the help file will be disabled. 
  61.  
  62.                                                          New features
  63.                                                          ------------
  64.  
  65.  
  66.      - As from version 1.7, mysqlgui can accomodate result sets / table of any
  67.      size, limited by MySQL server, operating and file system only. This is
  68.      enabled with `memory save' option. However , if result set is large,
  69.      this option is enabled automatically by mysqlgui. In that mode,
  70.      mysqlgui can accomodate result sets of any size, while waisting
  71.      relatively modest amount of virtual memory.  As  mysqlgui can open many
  72.      windows, dialogues and spreadsheets, so user can view simultaneously as
  73.      many result sets as necessary. 
  74.    
  75.      - In process dialogue,  if mysqlgui     detects server version 3.23.07 or
  76.      above, full processlist is run, to enable viewing of entire query string
  77.          
  78.      - Font searching in options dialogue should be faster on all systems
  79.      
  80.      - If not specified path for options file is assumed
  81.      
  82.      
  83.  
  84. Beside new features, there are numerous bug fixes, of which most important
  85. ones are bugs fixed in exception handling in administrative functins.
  86.  
  87.  
  88. Larnaka, May 17 2000
  89.  
  90.  
  91.