程序中使用了声明式事务管理,所有service中以add打头的配置是PROPAGATION_NOT_SUPPORTED,每个请求过来产生100个更新,当service处理完毕后,hibernate会把数据刷新到数据库,这个刷新的过程非常消耗时间。偶然间把事务的传播属性改成了PROPAGATION_REQUIRED,刷新到数据库的速度反而快了。暂时不知道为什么。。。 APPARENT DE
MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法 环境:linux,mysql5.5.21 错误:Host is blocked because of many connection errors; unblock with 'mysqladmi
文档解释 innodb_flush_log_at_timeoutProperty ValueSystem Variable innodb_flush_log_at_timeoutScope GlobalDynamic YesType integerDefault Value 1Minimum Value 1Maximum Value 2700Write
原因 同一个ip在短时间内产生太多(超过max_connect_errors的最大值)中断的数据库连接而导致的阻塞。 查看 max_connect_errors show variables like 'max_connect_errors'; 解决 前提:需要换一个IP地址连接 方法一 增大 max_connect_errors set global max_connect_er
出现这个问题,一定要记录下来,我设置mysql远程访问时候,最后一句flush privileges出现错误,error 1033 (hy000) incorrect information in file: './mysql/table_priv.frm',目前正在想办法中,求解啊,有答案一定要记录下这个