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

  1.  
  2. This is a small README, which is intended for a first installation of the
  3. binary version of the mysqlgui GUI client program.  (If you are using a
  4. source distribution, you will find all the information needed for building
  5. mysqlgui in the INSTALL.TXT file, located in the doc subdirectory.)
  6.  
  7. The binary distribution includes a mysqlgui executable program, a help
  8. file MySQL.help, and example configuration files.
  9.  
  10. If this package is labeled semi-static and you have problems starting
  11. mysqlgui, please download, install, and try a static version instead.
  12.  
  13. Beginning with mysqlgui version 1.7.0, all you have to do to install the
  14. binary version is unpack it and copy the executable to some directory
  15. named in your PATH setting.  You may also want make a link or shortcut
  16. to mysqlgui and place it on your desktop or in some menu.
  17.  
  18. When you start mysqlgui for the first time, you'll need to tell it how to
  19. connect to the MySQL server.  To do this, click on the ``Options'' button.
  20. Select the ``Server'' tab and fill in the fields that indicate where to
  21. find the server.  On Unix, if you have problems with mysqlgui not knowing
  22. the location of the socket file for connections to localhost, enter the
  23. full pathname of the socket file in the ``SQL command on the start-up''
  24. field.  On Windows, this field is used if you wish to specify the named pipe
  25. option.  Then select the ``Client'' tab and fill in your MySQL user name.
  26. Take care to select the right value for the ``Ask for password'' button,
  27. depending on whether or not you want mysqlgui to prompt you for your
  28. MySQL password.  After you have filled in the server and client values,
  29. click on the ``Save'' button.  From then on, each time mysqlgui starts up,
  30. it will connect to the MySQL server automatically.
  31.  
  32. The distribution includes two sample configuration files, my.cnf for
  33. Unix and my.cnf.win for Windows.  These files outline possible ways to
  34. configure the mysqlgui program.  Each file contains comments indicating
  35. where to install it so that mysqlgui will find it when it starts up.  The
  36. Windows file is similar to the Unix file except that HOME characters
  37. (`~') should be omitted from directory and file pathnames and drive
  38. letters must be used instead.  Also, under Windows, any pathnames should
  39. be specified using `/' characters.  If you use backslashes (`\') instead,
  40. they must be doubled, like this:
  41.  
  42. c:\\first_dir\\second_dir...
  43.  
  44. Send your bug reports to:
  45.  
  46.  
  47. sinisa@mysql.com
  48.  
  49.  
  50. January 10, 2001
  51.