|
楼主 |
发表于 2015-12-30 08:41:12
|
显示全部楼层
正在启动MySQL...
.
...小提示..................................................................
. .
. MySQL默认参数 .
. 主机名/IP:127.0.0.1 .
. 用户名:root .
. 密码:x5 .
. 端口:3306 .
. .
...........................................................................
2015-12-30 08:39:42 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-12-30 08:39:42 0 [Note] mysqld (mysqld 5.6.26) starting as process 9980 ...
2015-12-30 08:39:42 9980 [Note] Plugin 'FEDERATED' is disabled.
2015-12-30 08:39:42 9980 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-12-30 08:39:42 9980 [Note] InnoDB: The InnoDB memory heap is disabled
2015-12-30 08:39:42 9980 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-12-30 08:39:42 9980 [Note] InnoDB: Memory barrier is not used
2015-12-30 08:39:42 9980 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-12-30 08:39:42 9980 [Note] InnoDB: Not using CPU crc32 instructions
2015-12-30 08:39:42 9980 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-12-30 08:39:42 9980 [Note] InnoDB: Completed initialization of buffer pool
2015-12-30 08:39:42 9980 [Note] InnoDB: Highest supported file format is Barracuda.
2015-12-30 08:39:42 9980 [Note] InnoDB: The log sequence numbers 16388760 and 16388760 in ibdata files do not match the log sequence number 95933404 in the ib_logfiles!
2015-12-30 08:39:42 9980 [Note] InnoDB: Database was not shutdown normally!
2015-12-30 08:39:42 9980 [Note] InnoDB: Starting crash recovery.
2015-12-30 08:39:42 9980 [Note] InnoDB: Reading tablespace information from the .ibd files...
2015-12-30 08:39:42 9980 [Note] InnoDB: Restoring possible half-written data pages
2015-12-30 08:39:42 9980 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Last MySQL binlog file position 0 507525, file name .\mysql-bin.000020
2015-12-30 08:39:42 9980 [Warning] InnoDB: Resizing redo log from 2*320 to 2*3072 pages, LSN=95933404
2015-12-30 08:39:42 9980 [Warning] InnoDB: Starting to delete and rewrite log files.
2015-12-30 08:39:42 9980 [Note] InnoDB: Setting log file .\ib_logfile101 size to 48 MB
2015-12-30 08:39:43 9980 [Note] InnoDB: Setting log file .\ib_logfile1 size to 48 MB
2015-12-30 08:39:44 9980 [Note] InnoDB: Renaming log file .\ib_logfile101 to .\ib_logfile0
2015-12-30 08:39:44 9980 [Warning] InnoDB: New log files created, LSN=95933404
2015-12-30 08:39:44 9980 [Note] InnoDB: 1 rollback segment(s) are active.
2015-12-30 08:39:44 9980 [Note] InnoDB: Creating tablespace and datafile system tables.
2015-12-30 08:39:44 9980 [Note] InnoDB: Tablespace and datafile system tables created.
2015-12-30 08:39:44 9980 [Note] InnoDB: Waiting for purge to start
2015-12-30 08:39:44 9980 [Note] InnoDB: 5.6.26 started; log sequence number 95933404
2015-12-30 08:39:44 9980 [Note] Server hostname (bind-address): '*'; port: 3306
2015-12-30 08:39:44 9980 [Note] IPv6 is available.
2015-12-30 08:39:44 9980 [Note] - '::' resolves to '::';
2015-12-30 08:39:44 9980 [Note] Server socket created on IP: '::'.
00:39:44 UTC - mysqld got exception 0xc0000005 ;
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=8388608
read_buffer_size=131072
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 = 67460 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x58f5870
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...
c5fa73 mysqld.exe!?get_field@@YAPADPAUst_mem_root@@PAVField@@@Z()
c0bd09 mysqld.exe!?init@ACL_PROXY_USER@@QAEXPAUTABLE@@PAUst_mem_root@@@Z()
c0c9ea mysqld.exe!?acl_reload@@YADPAVTHD@@@Z()
c103ef mysqld.exe!?acl_init@@YAD_N@Z()
b6290a mysqld.exe!?win_main@@YAHHPAPAD@Z()
b62c67 mysqld.exe!?mysql_service@@YAHPAX@Z()
ff751a mysqld.exe!my_mb_ctype_mb()
777e3744 KERNEL32.DLL!BaseThreadInitThunk()
7791a064 ntdll.dll!RtlSetCurrentTransaction()
7791a02f ntdll.dll!RtlSetCurrentTransaction()
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0): Connection ID (thread ID): 0
Status: NOT_KILLED
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.
2015-12-30 08:39:58 9980 [Warning] CTRL-C ignored during startup
|
|