Prem,

you are probably running a very old version of MySQL, 3.23.38. There was an
error in the compilation:
....
May 30, 2001:
In the MySQL binary distribution for Windows 3.23.38 mysqld.exe was compiled
with __NT__ defined. If you run it on 95, 98, or ME, you will get an
assertion failure in os0file.c. Workaround: use mysqld-max.exe from the same
distribution. Fixed in 3.23.39. 
....

Fixes: put skip-innodb to my.ini or my.cnf; or run mysql-max.exe; or
download the latest version of MySQL from www.mysql.com.

Regards,

Heikki
http://www.innodb.com
--
Order commercial MySQL/InnoDB support at https://order.mysql.com/

>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 createsuch 2GB files though !). 
>------------------------------------------------------
>innodb_data_file_path = ibdata1:2000M;ibdata2:2000M
>innodb_data_home_dir = c:\ibdataset-variable = innodb_mirrored_log_groups=1
>innodb_log_group_home_dir = c:\iblogsset-variable = innodb_log_files_in_group=3
>set-variable = innodb_log_file_size=30Mset-variable = innodb_log_buffer_size=8M
>innodb_flush_log_at_trx_commit=1innodb_log_arch_dir = c:\iblogs
>innodb_log_archive=0set-variable = innodb_buffer_pool_size=80M
>set-variable = innodb_additional_mem_pool_size=10M
>set-variable = innodb_file_io_threads=4set-variable =
>innodb_lock_wait_timeout=50------------------------------------------------
------
>It is now giving an
error:------------------------------------------------------
>C:\mysql\bin>mysqldInnobase: 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 signal11. Aborting!
>011124 21:01:27  AbortingInnoDB: Warning: shutting down not properly started
>database011124 21:01:34  C:\MYSQL\BIN\MYSQLD.EXE: ShutdownComplete
>------------------------------------------------------
>Please help me come out of this problem.Thanks.
>--With regards,
>/Prem



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