- 查看MySQL服务器配置信息
mysql> show variables;- 查看MySQL服务器运行的各种状态值
mysql> show global status;| #!/usr/bin/python | |
| import re | |
| import os | |
| import sys | |
| import socket | |
| import threading | |
| from time import sleep | |
| from pwn import * |
mysql> show variables;mysql> show global status;| #!/usr/bin/env python | |
| """Simple HTTP Server With Upload. | |
| This module builds on BaseHTTPServer by implementing the standard GET | |
| and HEAD requests in a fairly straightforward manner. | |
| """ |