Mathew,
if you do not want to use transactional
InnoDB tables, add
skip-innodb
to the [mysqld] section of your my.cnf or
my.ini.
However, your startup parameters for InnoDB look
right. If you have created the directories
\ibdata and \iblogs, it should start (unless
you are using mysqld.exe in 3.23.38 which was
compiled with __NT__ defined, in which case
you should use mysqld-max.exe). Maybe you have
several my.cnf or my.ini files in C:\ or the system
directories, and one is overshadowing the other?
Regards,
Heikki
http://www.innodb.com
>Hello,
>
>I am having a problem installing mysql on Win98. I am getting an error
>mesage when
>trying to start the server....something to do with the
>innodb_data_file_path....
>
>I have the following in a my.cnf file off of c:
>
>innodb_data_file_path = ibdata1:2000M;ibdata2:2000M
>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=30M
>set-variable = innodb_log_buffer_size=8M
>innodb_flush_log_at_trx_commit=1
>innodb_log_arch_dir = c:\iblogs
>innodb_log_archive=0
>set-variable = innodb_buffer_pool_size=80M
>set-variable = innodb_additional_mem_pool_size=10M
>set-variable = innodb_file_io_threads=4
>set-variable = innodb_lock_wait_timeout=50
>
>i have no idea what I'm supposed to be doing with innodb....is it possible
>to disable it?
>
>Any help would be most appreciated...
>
>thanks,
>
>Mathew
>
>
>
>---------------------------------------------------------------------------
-----
>
>
---------------------------------------------------------------------
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