xialuo
xialuo
样例: columnLenInMsg 14 columnLenInTarget 13 not equal 日志输出: alter table xx add column xxx ....
环境: python:3.4 django:1.8 mysql : 5.4.42 self.server_version = '5.6.24-72.2-log' python3 manage.py migrate python3 manage.py makemigrations Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/python36/lib/python3.4/site-packages/Django-1.8.17-py3.4.egg/django/core/management/__init__.py", line 354,...
意外切换时:增加binlog同步差异判断,如果从库差异binlog event大于阈值,将从库设置成only-flow,并打印日志;如果从库的binlog差异小于规定阈值,优先切换;走后续补偿
now, the python-etc can contact one node, but not a cluster, how to support it ? now: etcd = etcd3.client(host='127.0.0.1', port=2379) want: etcd = etcd3.client('127.0.0.1:2379;127.0.0.2:2379')
hello, i want to know ,how to run your pywincc project with my computer? can you write some documentation for it?