home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Komunik / MySQL / mysqlgui / my.cnf next >
Text File  |  2001-09-08  |  672b  |  23 lines

  1. # Example mysql config file.
  2. # You can copy this to one of:
  3. # @sysconfdir@/my.cnf to set global options,
  4. # mysql-data-dir/my.cnf to set server-specific options (in this
  5. # installation this directory is @localstatedir@) or
  6. # ~/.my.cnf to set user-specific options.
  7. # One can use all long options that the program supports.
  8. # Run the program with --help to get a list of available options
  9.  
  10. # This will be passed to all mysql clients
  11. [client]
  12. port        = 3306
  13. host    = localhost
  14.  
  15. [client_fltk]
  16. help_file=~/.guiclient/MySQL.help
  17. client_file=~/.guiclient/MySQL.options
  18. history_length=20
  19. database = telcent
  20. queries_root=~/.guiclient/queries
  21. last_database_file=~/.guiclient/ladb
  22.