Mysql服務莫名的關閉了,查mysql錯誤日志找到如下資訊,有沒有大佬知道原因啊
Version: '5.7.27' socket: '' port: 3306 MySQL Community Server (GPL)
01:53:22 UTC - mysqld got exception 0xc000001d ;
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.
Attempting to collect some information that could help diagnose the problem.
As this is a crash and something is definitely wrong, the information
collection process might fail.
key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=5
max_threads=200
thread_count=5
connection_count=5
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 87429 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x13821e90
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...
7fedff45c01 MSVCR120.dll!pow()
13f644a3a mysqld.exe!get_sweep_read_cost()[handler.cc:7310]
13fc01227 mysqld.exe!ror_intersect_add()[opt_range.cc:5473]
13fbf7059 mysqld.exe!get_best_ror_intersect()[opt_range.cc:5654]
13fc03515 mysqld.exe!test_quick_select()[opt_range.cc:3120]
13f7ab4f3 mysqld.exe!get_quick_record_count()[sql_optimizer.cc:5963]
13f7a9eed mysqld.exe!JOIN::estimate_rowcount()[sql_optimizer.cc:5709]
13f7acc49 mysqld.exe!JOIN::make_join_plan()[sql_optimizer.cc:5066]
13f7ae7db mysqld.exe!JOIN::optimize()[sql_optimizer.cc:368]
13f801ff9 mysqld.exe!st_select_lex::optimize()[sql_select.cc:1009]
13f7ffffd mysqld.exe!handle_query()[sql_select.cc:164]
13f6662d7 mysqld.exe!execute_sqlcom_select()[sql_parse.cc:5144]
13f668236 mysqld.exe!mysql_execute_command()[sql_parse.cc:2816]
13f66bc18 mysqld.exe!mysql_parse()[sql_parse.cc:5576]
13f664dd3 mysqld.exe!dispatch_command()[sql_parse.cc:1487]
13f665d4a mysqld.exe!do_command()[sql_parse.cc:1027]
13f62ad6c mysqld.exe!handle_connection()[connection_handler_per_thread.cc:306]
140073772 mysqld.exe!pfs_spawn_thread()[pfs.cc:2193]
13fd8417c mysqld.exe!win_thread_start()[my_thread.c:38]
7fedfed4f7f MSVCR120.dll!_beginthreadex()
7fedfed5126 MSVCR120.dll!_endthreadex()
7746f34d kernel32.dll!BaseThreadInitThunk()
775a2cc1 ntdll.dll!RtlUserThreadStart()
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (13829f20): SELECT id,parent_id,name,perms,perms_type,icon,component,component_name,url,redirect,sort_no,menu_type,is_leaf AS leaf,is_route AS route,keep_alive,description,create_by,del_flag,rule_flag,hidden,create_time,update_by,update_time,status,always_show,internal_or_external FROM sys_permission
WHERE del_flag = 0 AND menu_type = 2
Connection ID (thread ID): 5
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.
2021-02-18T01:53:57.655000Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
uj5u.com熱心網友回復:
電腦是08server 官網讓安裝sp1,是哪個版本的sp1啊uj5u.com熱心網友回復:
This could be because you hit a bug. It is also possible that this binaryor one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware
日志里寫的比較清楚了,具體不是很清楚。
但這個版本我從來沒用過,我用的5.7.25和5.7.29還沒遇到過這個問題。
uj5u.com熱心網友回復:
那我先打上補丁,如果不行,就換版本重裝試試
uj5u.com熱心網友回復:
你是裝在windows2008上的啊?我們都是linux。肯定是windows2008的SP1啊。
uj5u.com熱心網友回復:
生產庫一般使用linux,這樣,可能會更穩定些。轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/260744.html
標籤:開發
上一篇:redis(13):排序
