refresh.py

来自「python联接mysql驱动 python联接mysql驱动」· Python 代码 · 共 18 行

PY
18
字号
"""MySQL REFRESH ConstantsThese constants seem to mostly deal with things internal to theMySQL server. Forget you saw this."""GRANT = 1LOG = 2TABLES = 4HOSTS = 8STATUS = 16THREADS = 32SLAVE = 64MASTER = 128READ_LOCK = 16384FAST = 32768

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?