mysql_local = {
'host': 'localhost',
'port': 3306,
'user': 'root',
'password': '123456',
'db': '车票信息采集'
}