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