home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / mysql / my.cnf.bak < prev    next >
Text File  |  2000-04-08  |  1KB  |  48 lines

  1. # Example mysql config file.
  2. # Copy this file to c:\my.cnf to set global options
  3. # One can use all long options that the program supports.
  4. # Run the program with --help to get a list of available options
  5.  
  6. # This will be passed to all mysql clients
  7. [client]
  8. #password=my_password
  9. port=3306
  10. #socket=MySQL
  11.  
  12. # Here is entries for some specific programs
  13. # The following values assume you have at least 32M ram
  14.  
  15. # The MySQL server
  16. [mysqld]
  17. port=3306
  18. #socket=MySQL
  19. skip-locking
  20. default-character-set=latin1
  21. set-variable = key_buffer=16M
  22. set-variable = max_allowed_packet=1M
  23. set-variable = thread_stack=128K
  24. set-variable = flush_time=1800
  25.  
  26. # Uncomment the following row if you move the MySQL distribution to another
  27. # location
  28. #basedir = d:/mysql/
  29.  
  30. [mysqldump]
  31. quick
  32. set-variable = max_allowed_packet=16M
  33.  
  34. [mysql]
  35. no-auto-rehash
  36.  
  37. [isamchk]
  38. set-variable= key=16M
  39.  
  40. [client_fltk]
  41. help_file= c:\mysql\sql_client\MySQL.help
  42. client_file= c:\mysql\MySQL.options
  43. history_length=20
  44. database = test
  45. queries_root= c:\mysql\queries
  46. last_database_file= c:\mysql\lastdb
  47.