UPDATE statements are in “query end state”

前端 未结 3 351
庸人自扰
庸人自扰 2021-01-13 14:29

We recently upgraded mysql database which is running on mysql server version 5.5.8. After the upgrade sometimes we are seeing the simple upgrade staements taking more than 1

3条回答
  •  别那么骄傲
    2021-01-13 15:02

    I've checked some solutions here and I came up to this link.

    Add this line (if it exists edit it):

    innodb_flush_log_at_trx_commit = 0
    

    in the /etc/my.cnf


    However

    On Pedro Werneck comment:

    Setting innodb_flush_log_at_trx_commit naively can be dangerous

    It's your choice if you're doing transactional queries to it.

提交回复
热议问题