摘要:
文一 两种升级方式 In-Place Upgrade: Involves shutting down the old MySQL version, replacing the old MySQL binaries or packages with the new ones, restarting M 阅读全文
摘要:
To see how this works, suppose that the user table looks like this: + + +- | Host | User | ... + + +- | % | root | ... | % | jeffrey | ... | localhost 阅读全文
摘要:
MySQL 5.6下table_open_cache参数合理配置详解 table_open_cache指定表高速缓存的大小。每当MySQL访问一个表时,如果在表缓冲区中还有空间,该表就被打开并放入其中,这样可以更快地访问表内容。通过检查峰值时间的状态值Open_tables和Opened_table 阅读全文
摘要:
1. 报错问题 sentinel客户端 调用master = sentinel.discover_master('mymaster')时报错 File "D:\MyDev\python36\lib\site-packages\redis\connection.py", line 629, in re 阅读全文