SQLSTATE [40001]:序列化失败:1213死锁

时间:2018-03-13 13:39:31

标签: mysql deadlock

你好,有人可以帮助我解决这个僵局吗?这是数据库输出:

"Users": {
    "Joe": {
        "Friends"
            "Dave": true,
            "Harry": true,
            "Micheal": true
    },
    "Dave": {
        "Friends"
            "Joe": true,
            "Jack":true,
            "Brent": true

    },
    "Harry": {
        "Friends"
            "Jack": true,
            "Joe": true
    },
    "Micheal": {
        "Friends"
            "Ken":true,
            "Jack": true,
            "Brent": true
    }
}

这与FK_pu_ti有何关系?这是两种不同的威胁,有没有办法解决这个问题?

0 个答案:

没有答案