我在MySQL实例中获得以下错误:
[ERROR] Failed to write to mysql.slow_log: Thread stack overrun: 5375640560 bytes used of a 262144 byte stack, and 81920 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
Run Code Online (Sandbox Code Playgroud)
我的问题是:
1)堆栈溢出是什么意思?
2)为什么我的堆栈溢出?
3)如果仅需要81920个字节,为什么会有5375640560个字节的堆栈溢出?