错误提示
READ-COMMITTED
For this to work correctly, all tables must have a primary key. The following table(s) do not have a primary key: contact_message. See the setting MySQL transaction isolation level page for more information.
这个提示是有一个数据表没有主键,所以要给数据表加主键,目前还没有解决这个问题。
评论