home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phptriad / phptriad2-2-1.exe / my.cnf < prev    next >
Text File  |  2002-02-07  |  2KB  |  75 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. skip-innodb
  26.  
  27. # Uncomment the following rows if you move the MySQL distribution to another
  28. # location
  29. basedir = c:/apache/mysql/
  30. datadir = c:/apache/mysql/data/
  31.  
  32. # Uncomment the following rows if you are using InnoDB tables
  33. # Create the directories ibdata and iblogs before to start the server.
  34. # If necessary, modify the size of the files
  35.  
  36. #innodb_data_file_path = ibdata1:200M
  37. #innodb_data_home_dir = c:\ibdata
  38. #set-variable = innodb_mirrored_log_groups=1
  39. #innodb_log_group_home_dir = c:\iblogs
  40. #set-variable = innodb_log_files_in_group=3
  41. #set-variable = innodb_log_file_size=30M
  42. #set-variable = innodb_log_buffer_size=8M
  43. #innodb_flush_log_at_trx_commit=1
  44. #innodb_log_arch_dir = c:\iblogs
  45. #innodb_log_archive=0
  46. #set-variable = innodb_buffer_pool_size=80M
  47. #set-variable=lower_case_table_names =0
  48. #set-variable = innodb_additional_mem_pool_size=10M
  49. #set-variable = innodb_file_io_threads=4
  50. #set-variable = innodb_lock_wait_timeout=50
  51.  
  52. # Uncomment the following row if you are using a Max server and you don't want the
  53. # InnoDb tables
  54.  
  55. #skip-innodb
  56.  
  57. [mysqldump]
  58. quick
  59. set-variable = max_allowed_packet=16M
  60.  
  61. [mysql]
  62. no-auto-rehash
  63.  
  64. [isamchk]
  65. set-variable= key=16M
  66.  
  67. [client_fltk]
  68. help_file= c:\mysql\sql_client\MySQL.help
  69. client_file= c:\mysql\MySQL.options
  70. history_length=20
  71. database = test
  72. queries_root= c:\mysql\queries
  73. last_database_file= c:\mysql\lastdb
  74.