Page 1 of 1

mqsql stops

PostPosted: 30. March 2014 13:51
by etool
Code: Select all
2014-03-30 07:38:03 5140 [Note] Plugin 'FEDERATED' is disabled.
2014-03-30 07:38:03 140c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-03-30 07:38:03 5140 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-03-30 07:38:03 5140 [Note] InnoDB: The InnoDB memory heap is disabled
2014-03-30 07:38:03 5140 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-03-30 07:38:03 5140 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-03-30 07:38:03 5140 [Note] InnoDB: Not using CPU crc32 instructions
2014-03-30 07:38:03 5140 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-03-30 07:38:03 5140 [Note] InnoDB: Completed initialization of buffer pool
2014-03-30 07:38:03 5140 [Note] InnoDB: Highest supported file format is Barracuda.
2014-03-30 07:38:04 5140 [Warning] InnoDB: Resizing redo log from 2*3072 to 2*320 pages, LSN=1625987
2014-03-30 07:38:05 5140 [Warning] InnoDB: Starting to delete and rewrite log files.
2014-03-30 07:38:05 5140 [Note] InnoDB: Setting log file D:\xampp183\mysql\data\ib_logfile101 size to 5 MB
2014-03-30 07:38:05 5140 [Note] InnoDB: Setting log file D:\xampp183\mysql\data\ib_logfile1 size to 5 MB
2014-03-30 07:38:05 5140 [Note] InnoDB: Renaming log file D:\xampp183\mysql\data\ib_logfile101 to D:\xampp183\mysql\data\ib_logfile0
2014-03-30 07:38:05 140c  InnoDB: Operating system error number 183 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
2014-03-30 07:38:05 5140 [ERROR] InnoDB: File D:\xampp183\mysql\data\ib_logfile101: 'rename' returned OS error 283.
2014-03-30 07:38:05 140c  InnoDB: Assertion failure in thread 5132 in file srv0start.cc line 709
InnoDB: Failing assertion: success
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
12:38:05 UTC - mysqld got exception 0x80000003 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 133777 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
408300    mysqld.exe!my_thread_name()
641d3d    mysqld.exe!my_mb_ctype_mb()
47fd32    mysqld.exe!murmur3_32()
43b97a    mysqld.exe!murmur3_32()
1b9e60    mysqld.exe!?ha_initialize_handlerton@@YAHPAUst_plugin_int@@@Z()
1f3f9e    mysqld.exe!?plugin_lock_by_name@@YAPAUst_plugin_int@@PAVTHD@@PBUst_mysql_lex_string@@H@Z()
1f8624    mysqld.exe!?plugin_init@@YAHPAHPAPADH@Z()
1b156b    mysqld.exe!?init_common_variables@@YAHXZ()
1b2278    mysqld.exe!?win_main@@YAHHPAPAD@Z()
1b27e7    mysqld.exe!?mysql_service@@YAHPAX@Z()
63c89a    mysqld.exe!my_mb_ctype_mb()
7665336a    kernel32.dll!BaseThreadInitThunk()
77099f72    ntdll.dll!RtlInitializeExceptionChain()
77099f45    ntdll.dll!RtlInitializeExceptionChain()
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.



just installed on my new operating system win7 64 ... same program workd well on my old os win xp

when I try to run the mysql service it stops, and above is my error log

did I do something wrong? any/all help is appreciated

Re: mqsql stops

PostPosted: 30. March 2014 14:54
by etool
nevermind, I installed an older version 182 and it works fine