Hi,

I am new to MySQL. I installed it on Win 98 and trying
to invoke the mysqld. First it gave me a strange error
that innodb_data_file_path is not found. I copied the
following from manual (I dont really want to create
such 2GB files though !). 
------------------------------------------------------
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------------------------------------------------------

It is now giving an error:
------------------------------------------------------
C:\mysql\bin>mysqld
Innobase: Assertion failure in thread 4294222333 in
file M:\mysql-3.23\innobase\
os\os0file.c line 187
Innobase: we intentionally generate a memory trap.
Innobase: Send a bug report to [EMAIL PROTECTED]
011124 21:01:27  C:\MYSQL\BIN\MYSQLD.EXE: Got signal
11. Aborting!

011124 21:01:27  Aborting

InnoDB: Warning: shutting down not properly started
database
011124 21:01:34  C:\MYSQL\BIN\MYSQLD.EXE: Shutdown
Complete
------------------------------------------------------

Please help me come out of this problem.

Thanks.

--
With regards,
/Prem

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

---------------------------------------------------------------------
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