home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Komunik / MySQL / mysqlgui / my.cnf.win < prev    next >
Text File  |  2001-09-08  |  800b  |  32 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@).
  6. # One can use all long options that the program supports.
  7. # Run the program with --help to get a list of available options
  8.  
  9. # This will be passed to all mysql clients
  10.  
  11. [client]
  12. port        = 3306
  13. host    = 10.0.0.2
  14. user    = Sinisa
  15.  
  16. # This part is mandatory for MySQLGUI
  17.  
  18. [client_fltk]
  19.  
  20. # Pay attention to \\ after drive: !!!!!!!!!
  21.  
  22. help_file=d:\\guiclient\doc\MySQL.help
  23. client_file=d:\\root\MySQL.options
  24.  
  25. # The following items are optional. They can be saved from MySQLGUI too !
  26.  
  27. history_length=20
  28. database = telcent
  29. queries_root=d:\\root\queries
  30. last_database_file=d:\\root\ladb
  31.