✏️ 正在编辑: REFRESH.py
路径:
/opt/alt/python37/lib64/python3.7/site-packages/MySQLdb/constants/REFRESH.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
"""MySQL REFRESH Constants These constants seem to mostly deal with things internal to the MySQL server. Forget you saw this. """ GRANT = 1 LOG = 2 TABLES = 4 HOSTS = 8 STATUS = 16 THREADS = 32 SLAVE = 64 MASTER = 128 READ_LOCK = 16384 FAST = 32768
💾 保存文件
← 返回文件管理器