Current Path: > > opt > hc_python > > > > lib64 > python3.12 > site-packages > MySQLdb > constants
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
CLIENT.py | File | 693 bytes | April 04 2025 08:02:24. | |
CR.py | File | 2923 bytes | April 04 2025 08:02:24. | |
ER.py | File | 25705 bytes | April 04 2025 08:02:24. | |
FIELD_TYPE.py | File | 606 bytes | April 04 2025 08:02:24. | |
FLAG.py | File | 386 bytes | April 04 2025 08:02:24. | |
__init__.py | File | 56 bytes | April 04 2025 08:02:24. |
"""MySQL CLIENT constants These constants are used when creating the connection. Use bitwise-OR (|) to combine options together, and pass them as the client_flags parameter to MySQLdb.Connection. For more information on these flags, see the MySQL C API documentation for mysql_real_connect(). """ LONG_PASSWORD = 1 FOUND_ROWS = 2 LONG_FLAG = 4 CONNECT_WITH_DB = 8 NO_SCHEMA = 16 COMPRESS = 32 ODBC = 64 LOCAL_FILES = 128 IGNORE_SPACE = 256 CHANGE_USER = 512 INTERACTIVE = 1024 SSL = 2048 IGNORE_SIGPIPE = 4096 TRANSACTIONS = 8192 # mysql_com.h was WRONG prior to 3.23.35 RESERVED = 16384 SECURE_CONNECTION = 32768 MULTI_STATEMENTS = 65536 MULTI_RESULTS = 131072
SILENT KILLER Tool