mysql InnoDB: Assertion failure in thread xxxx in file ut0mem.cc line 105
错误信息

InnoDB: Assertion failure in thread xxxx in file ut0mem.cc line 105

InnoDB: Failing assertion: ret || !assert_on_error

原因内存不足,小内存的主机上才可能遇到

innodb_buffer_poor_size 如果不设置的话,会占用128M内存
innodb_log_buffer_size 如果不设置的话,会占用48M内存

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-08-27
相关资源
相似解决方案