Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/site-packages/MySQLdb/constants
usr
/
lib64
/
python2.6
/
site-packages
/
MySQLdb
/
constants
/
📁
..
📄
CLIENT.py
(667 B)
📄
CLIENT.pyc
(984 B)
📄
CR.py
(674 B)
📄
CR.pyc
(1.03 KB)
📄
ER.py
(11.75 KB)
📄
ER.pyc
(16.38 KB)
📄
FIELD_TYPE.py
(485 B)
📄
FIELD_TYPE.pyc
(985 B)
📄
FLAG.py
(363 B)
📄
FLAG.pyc
(697 B)
📄
REFRESH.py
(252 B)
📄
REFRESH.pyc
(534 B)
📄
__init__.py
(62 B)
📄
__init__.pyc
(248 B)
Editing: CLIENT.py
"""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
Upload File
Create Folder