db_main = {
'host' : 'localhost',
'user' : 'root',
'password' : '',
'database' : 'your_db',
'port' : 3306,
'autocommit' : True,
}