 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
oabiud
Joined: 19 Dec 2007
Posts: 1
|
| Posted: Wed Dec 19, 2007 12:42 pm Post subject: InnoDB in Apache2triad1.5.4 |
|
|
I am using Apache2triad1.5.4
As I want to use innoDB tables, I have commented and uncommented the rows as specified in the my.ini file (see below). But after doing this the mySQL server does not start any more.
Thank you for your help
Ogechi
innodb_log_group_home_dir = C:/apache2triad/mysql/iblogs
innodb_data_file_path = ibdata1:200M
innodb_data_home_dir = C:/apache2triad/mysql/ibdata
innodb_flush_log_at_trx_commit=1
innodb_log_arch_dir = C:/apache2triad/mysql/iblogs
innodb_log_archive=0
innodb_mirrored_log_groups=1
innodb_log_files_in_group=3
innodb_log_file_size=30M
innodb_log_buffer_size=8M
innodb_buffer_pool_size=80M
innodb_additional_mem_pool_size=10M
innodb_file_io_threads=4
innodb_lock_wait_timeout=50 |
|
| Back to top |
|
| |
|