7 lines
135 B
Python
7 lines
135 B
Python
MySqlConfig = {
|
|
'host': '127.0.0.1',
|
|
'username': 'root',
|
|
'password': 'lb714500',
|
|
'dataBase': 'shop',
|
|
'port': 3306
|
|
} |