Hello everybody,

I'm trying to install innodb on my mysql server, i'm under windows 2000, I
have chosen mysqld-max-nt option and here are my ini settings :

=====================
#This File was made using the WinMySQLAdmin 1.4 Tool
#19/07/2002 17:37:06

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/mysql
#bind-address=10.0.0.10
datadir=C:/mysql/data
#language=C:/mysql/share/French
#slow query log#=
#tmpdir#=c:/mysql/temp
#port=3306
set-variable=key_buffer=16M
innodb_data_file_path = ibdata1:500M
innodb_data_home_dir = c:/ibdata
set-variable = innodb_mirrored_log_groups=1
innodb_log_group_home_dir = c:/iblogs
set-variable = innodb_log_files_in_group=3
set-variable = innodb_log_file_size=500M
set-variable = innodb_log_buffer_size=16M
innodb_flush_log_at_trx_commit=1
innodb_log_arch_dir = c:/iblogs
innodb_log_archive=0
set-variable = innodb_buffer_pool_size=160M
set-variable = innodb_additional_mem_pool_size=20M
set-variable = innodb_file_io_threads=4
set-variable = innodb_lock_wait_timeout=5

[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-max-nt.exe
user=myuser
password=mypassword

=====================

But the service doesn't start, when I delete everything concerning innodb,
the server starts well...

Any idea ?

Thanks for your help !

Phil



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to