zhk2369 发表于 2018-10-3 10:20:43

关于mysql的报错

  数据库报以下错误:
  110509 17:548 mysqld_safe Starting mysqld daemon with databases from /data/mysql/

  110509 17:548 'for replication startup options' is deprecated and will be removed in a future>  110509 17:549 Plugin 'FEDERATED' is disabled.
  110509 17:549InnoDB: Error: cannot allocate 268451840 bytes of InnoDB: memory with malloc! Total all
  InnoDB:事务型数据库的首选引擎,支持ACID事务,支持行级锁定。InnoDB是为处理巨大数据量时的最大性能设计。
  报错当中含有以下语句:
  InnoDB: Error: cannot allocate 268451840 bytes of InnoDB
  证明内存不能满足需求,导致问题发生。
  与InnoDB引擎无关系!

页: [1]
查看完整版本: 关于mysql的报错