解决方案:

mysql -u root -p123456
SET GLOBAL tx_isolation='READ-COMMITTED';

 

mysql数据库创建

1、设置mysql隔离级别 
SET GLOBAL tx_isolation='READ-COMMITTED';
2、设mysql 编码utf8_bin
3、设置链接编码?useUnicode=true&characterEncoding=utf8

相关文章:

  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-02-09
  • 2021-07-07
  • 2021-04-13
  • 2021-11-28
  • 2021-06-29
猜你喜欢
  • 2021-08-16
  • 2021-12-31
  • 2022-12-23
  • 2021-12-06
  • 2021-11-12
  • 2022-12-23
相关资源
相似解决方案