# AEGAEON EPD mainunit # mysql-server configuration # $mysql 5.0.54a.msm #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] wait_timeout=3600 enable-shared-memory=1 innodb_flush_log_at_trx_commit=1 innodb_file_per_table=1 thread_cache=8 sort_buffer_size=4M table_cache=128 server-id=1 enable-named-pipe=1 key_buffer=64M max_allowed_packet=1M tmpdir=C:\\Program Files (x86)\\MySQL 5.0\\data\\ port=3306 datadir=C:\\Program Files (x86)\\MySQL 5.0\\data\\ basedir=C:\\Program Files (x86)\\MySQL 5.0\\ #innodb_data_file_path=ibdata1:500M:autoextend language=C:\\Program Files (x86)\\MySQL 5.0\\share\\english\\ thread_concurrency=8 myisam_sort_buffer_size=8M innodb_log_files_in_group=3 innodb_log_buffer_size=8M innodb_buffer_pool_size=64M innodb_additional_mem_pool_size=10M innodb_file_io_threads=6 innodb_lock_wait_timeout=50 skip-external-locking=1 innodb_log_file_size=128M innodb_mirrored_log_groups=1 net_buffer_length=8K #log-bin=C:\\Program Files (x86)\\MySQL 5.0\\data\\logs\\ read_rnd_buffer_size=4M read_buffer_size=1M