9 lines
176 B
Python
9 lines
176 B
Python
|
db_main = {
|
||
|
'host' : 'localhost',
|
||
|
'user' : 'root',
|
||
|
'password' : '',
|
||
|
'database' : 'your_db',
|
||
|
'port' : 3306,
|
||
|
'autocommit' : True,
|
||
|
}
|