ERROR 1436 (HY000) at line 1943

简介:

今天遇到这样一个问题:

ERROR 1436 (HY000) at line 1943: Thread stack overrun: 7200 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.

这种情况的解决办法是:
修改my.cnf提升thread_stuck到256k,这样可以永久地避免这个问题。

参考

https://zend18.zendesk.com/hc/en-us/articles/203535173-MySQL-Error-THREAD-STACK-OVERRUN

相关文章
|
6月前
|
Unix Linux Shell
syntax error: unexpected end of file
syntax error: unexpected end of file
33 0
|
6月前
|
应用服务中间件 Python 容器
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
241 0
|
6月前
|
Perl
报错:error Parsing error: x-invalid-end-tag
报错:error Parsing error: x-invalid-end-tag
140 0
使用errors.Wrapf()代替log.Error()
使用errors.Wrapf()代替log.Error()
58 0
|
关系型数据库 MySQL C++
Error:fatal error C1010: unexpected end of file while looking for precompiled head
Error:fatal error C1010: unexpected end of file while looking for precompiled head
117 0
成功解决absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'data_format'
成功解决absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'data_format'
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
127 0
|
C++
ERROR: Command errored out with exit status 1:
ERROR: Command errored out with exit status 1:
319 0
ERROR: Command errored out with exit status 1:
|
Linux
WARNING: Re-reading the partition table failed with error 22: Invalid argument
在划分磁盘分区时,遇到错误“WARNING: Re-reading the partition table failed with error 22: Invalid argument” 如下所示: [root@DB-Server u02]# fdisk -l   Disk /dev/sda: 500.
2543 0